From ab8a3a6c226e047afeda08423ff5d8873631314d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Apr 2023 14:46:54 +0300 Subject: Configure system dependencies from build package configuration globally in worker --- tests/integration/testscript | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/integration/testscript b/tests/integration/testscript index 1e2ebb7..5c14d73 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -182,7 +182,7 @@ tests="tests: libxsd-tests == $ver" #\ pkg = xsd -ver = 4.2.0-b.4.20221031121010.4fdbd8298c4d +ver = 4.2.0-b.4.20230320140030.aafc60b2e901 rep_url = "https://git.codesynthesis.com/xsd/xsd.git#master" rep_type = git #rep_url = https://queue.stage.build2.org/1 @@ -194,12 +194,17 @@ examples: * xsd-examples == $ver" host='host: true' package_config = 'package-config: \ -?libxerces-c +{ config.libxerces_c.network=true } -?libcurl/7.76.0 -?sys:libz/* +?sys:libxerces-c --sys-install --sys-yes \' -#dependency_checksum = 'dependency-checksum: 40a0ad4546d836a3afc83a9e7da22f2b5d224af4e62996d88f7103eaee23e9e1' #\ +#package_config = 'package-config: +# \ +#?libxerces-c +{ config.libxerces_c.network=true } +#?libcurl/7.76.0 +#?sys:libz/* +# \' + +#dependency_checksum = 'dependency-checksum: 40a0ad4546d836a3afc83a9e7da22f2b5d224af4e62996d88f7103eaee23e9e1' #\ pkg = libxerces-c -- cgit v1.1