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