From 49acf368c9f0405b0035ec85f79e7bf057d7ad9b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 8 Apr 2019 21:31:53 +0300 Subject: Exclude GCC 9 builds GCC 9 is not supported by libmysqlclient 8.0.15. --- manifest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest b/manifest index 16f14f4..3d06ffb 100644 --- a/manifest +++ b/manifest @@ -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 -- cgit v1.1