From bf23a7974e861787037288cafcdea1692b96825c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 2 Dec 2018 01:41:01 +0300 Subject: Adapt manifest to wildcard semantics change for build-{include,exclude} values --- libhello/manifest | 1 + libmhello/manifest | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/libhello/manifest b/libhello/manifest index d8f92ab..e4460d5 100644 --- a/libhello/manifest +++ b/libhello/manifest @@ -13,6 +13,7 @@ url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libhello email: users@build2.org build-email: builds@build2.org +#builds: all depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- depends: libformat ^1.0.0 diff --git a/libmhello/manifest b/libmhello/manifest index 3355d82..792c36e 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -13,14 +13,20 @@ url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libmhello 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: libmformat [1.0.0 2.0.0-); compatible with libmformat-1.X.Y -depends: libmprint [1.0.0 2.0.0-); compatible with libmprint-1.X.Y +depends: libmformat [1.0.0 2.0.0-) ; Compatible with libmformat-1.X.Y. +depends: libmprint [1.0.0 2.0.0-) ; Compatible with libmprint-1.X.Y. -- cgit v1.1