From 52722af26aed344341f7340044a85dee34fce0f9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 2 Dec 2018 02:16:47 +0300 Subject: Adapt manifest to wildcard semantics change for build-{include,exclude} values --- manifest | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest b/manifest index 38f0eb0..9359ec2 100644 --- a/manifest +++ b/manifest @@ -12,8 +12,9 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/openssl-agent/tree/ email: users@build2.org build-email: builds@build2.org -build-include: *linux* -build-exclude: * ; Currently only supported on Linux. +#builds: linux ; Currently only supported on Linux. +build-include: linux** +build-exclude: ** ; Currently only supported on Linux. requires: c++14 depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- -- cgit v1.1