From 6b8768ab7fa9b051939932f5874da35c9e8fda49 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 2 Dec 2018 01:44:52 +0300 Subject: Adapt manifest to wildcard semantics change for build-{include,exclude} values --- libhello/manifest | 1 + libmhello/manifest | 16 +++++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/libhello/manifest b/libhello/manifest index ebf068e..eb7fafa 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -13,5 +13,6 @@ url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello?h=1.0 email: users@build2.org build-email: builds@build2.org +#builds: all depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- diff --git a/libmhello/manifest b/libmhello/manifest index db3f804..73077d7 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -13,11 +13,17 @@ url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libmhello?h=1.0 email: users@build2.org build-email: builds@build2.org -build-exclude: *-msvc_15u0* ; Broken C++ modules support -build-include: *-msvc_15* -build-include: *-clang_5* -build-include: *-clang_6* -build-exclude: * ; Requires C++ modules support +#builds: all +#build-exclude: *-msvc_15u0** ; Broken C++ modules support. +#build-include: *-msvc_15u** +#build-include: *-clang_5.** +#build-include: *-clang_6.** +#build-exclude: ** ; Requires C++ modules support. +build-exclude: *-msvc_15u0** ; Broken C++ modules support. +build-include: *-msvc_15u** +build-include: *-clang_5.** +build-include: *-clang_6.** +build-exclude: ** ; Requires C++ modules support. requires: c++20 depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- -- cgit v1.1