diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-08 21:31:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-08 21:32:26 +0300 |
commit | 49acf368c9f0405b0035ec85f79e7bf057d7ad9b (patch) | |
tree | 78f20b2b33564b34e4d00de951b579dd1b7249cb | |
parent | cc21aa4627319b9e48816c9e1991224a2e1599be (diff) |
Exclude GCC 9 builds
GCC 9 is not supported by libmysqlclient 8.0.15.
-rw-r--r-- | manifest | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,9 @@ doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml src-url: https://git.codesynthesis.com/cgit/odb/libodb-mysql/ email: odb-users@codesynthesis.com build-email: odb-builds@codesynthesis.com -builds: all : -( +windows &gcc ) ; MinGW GCC is not supported by libmysqlclient. +builds: all +builds: -( +windows &gcc ) ; MinGW GCC is not supported by libmysqlclient. +builds: -gcc-9+ ; GCC 9 is not supported by libmysqlclient 8.0.15. requires: c++11 depends: * build2 >= 0.10.0 depends: * bpkg >= 0.10.0 |