summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-02 01:54:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-12-02 01:54:57 +0300
commita64083a5319853772c8e4d32f4af24d6292a2940 (patch)
tree8a9263d52b095db6c11fcf0b103d0a415721dc86
parent450725a456436dcfb304569f1f4db690daba7154 (diff)
Adapt manifest to wildcard semantics change for build-{include,exclude} values
-rw-r--r--libformat/manifest1
-rw-r--r--libmformat/manifest16
2 files changed, 12 insertions, 5 deletions
diff --git a/libformat/manifest b/libformat/manifest
index 7dfa2e0..861a234 100644
--- a/libformat/manifest
+++ b/libformat/manifest
@@ -12,5 +12,6 @@ url: https://git.build2.org/cgit/hello/libformat
src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat
email: users@build2.org
build-email: builds@build2.org
+#builds: all
depends: * build2 >= 0.8.0-
depends: * bpkg >= 0.8.0-
diff --git a/libmformat/manifest b/libmformat/manifest
index 868984e..31ebcdf 100644
--- a/libmformat/manifest
+++ b/libmformat/manifest
@@ -13,11 +13,17 @@ url: https://git.build2.org/cgit/hello/libformat
src-url: https://git.build2.org/cgit/hello/libformat/tree/libmformat
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-