From 2cdf8357b2eb3ddaf726c2cd51bff524e8faa3d6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 2 Feb 2023 14:45:42 +0300 Subject: Add support for package config options in worker --- tests/integration/testscript | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/integration/testscript b/tests/integration/testscript index e518e45..31cf54c 100644 --- a/tests/integration/testscript +++ b/tests/integration/testscript @@ -60,6 +60,7 @@ rep_type = pkg rfp = yes #host='host: true' #dependency_checksum = 'dependency-checksum: e6f10587696020674c260669f4e7000a0139df72467bff9770aea2f2b8b57ba0' +#package_config = 'package-config: sys:libuuid-c++ --sys-install --sys-no-stub --sys-yes' #\ pkg = hello @@ -133,7 +134,7 @@ rfp = yes #\ pkg = bpkg -ver = 0.16.0-a.0.20221118054047.a6c6065d5c2a +ver = 0.16.0-a.0.20230201123204.d956e69e8b55 rep_url = https://stage.build2.org/1 rep_type = pkg rfp = yes @@ -142,7 +143,7 @@ package_config = 'package-config: config.bpkg.tests.remote=true ?libodb-sqlite +{ config.libodb_sqlite.develop=true } ?cli +{ config.cli.develop=true } -?sys:libsqlite3 +?sys:libsqlite3 --sys-install \' #\ @@ -188,7 +189,7 @@ package_config = 'package-config: \ ?libxerces-c +{ config.libxerces_c.network=true } ?libcurl/7.76.0 -?sys:libz +?sys:libz/* \' #dependency_checksum = 'dependency-checksum: 40a0ad4546d836a3afc83a9e7da22f2b5d224af4e62996d88f7103eaee23e9e1' #\ @@ -203,7 +204,7 @@ package_config = 'package-config: \ config.libxerces_c.network=true "?libcurl ~7.76.0" -?sys:libz +sys:libz/* \' #\ -- cgit v1.1