summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-02 01:44:52 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-12-02 01:47:19 +0300
commit6b8768ab7fa9b051939932f5874da35c9e8fda49 (patch)
tree0cdf690b3c9784136e1c358963753722f21afede
parenta0c7a039ac92e5ecc5c6d30737076d33535c755b (diff)
Adapt manifest to wildcard semantics change for build-{include,exclude} values
-rw-r--r--libhello/manifest1
-rw-r--r--libmhello/manifest16
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-