summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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-