summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-02 01:59:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-12-02 01:59:13 +0300
commit6496c59b995a953c9d0741e19e605873eda0db40 (patch)
treee42de9315d3188a05ec963935a0fa030840f4563
parente974ddd140dc9a95517a517b9613abafc3686ed7 (diff)
Adapt manifest to wildcard semantics change for build-{include,exclude} values
-rw-r--r--hello/manifest1
-rw-r--r--mhello/manifest18
2 files changed, 13 insertions, 6 deletions
diff --git a/hello/manifest b/hello/manifest
index 4bd141a..24d5aa3 100644
--- a/hello/manifest
+++ b/hello/manifest
@@ -13,6 +13,7 @@ url: https://git.build2.org/cgit/hello/hello
src-url: https://git.build2.org/cgit/hello/hello/tree/hello
email: users@build2.org
build-email: builds@build2.org
+#builds: all
depends: * build2 >= 0.8.0-
depends: * bpkg >= 0.8.0-
depends: libhello ^1.0.0
diff --git a/mhello/manifest b/mhello/manifest
index a08a9ce..577dae8 100644
--- a/mhello/manifest
+++ b/mhello/manifest
@@ -14,13 +14,19 @@ url: https://git.build2.org/cgit/hello/hello
src-url: https://git.build2.org/cgit/hello/hello/tree/mhello
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-
depends: libstd-modules
-depends: libmhello [1.0.0 2.0.0-); compatible with libmhello-1.X.Y
+depends: libmhello [1.0.0 2.0.0-) ; Compatible with libmhello-1.X.Y.