From b1e535b911d9677603921d9d05c5b75b88d27c2f Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 12 Jul 2024 12:02:31 +0200 Subject: [PATCH] contrib: use a distinct --pull-option= for each flag Signed-off-by: Giuseppe Scrivano --- contrib/cirrus/setup_environment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 3adb5de98e..04442cc2a7 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -57,8 +57,8 @@ if [[ "$CI_DESIRED_STORAGE" = "composefs" ]]; then # KLUDGE ALERT! Magic options needed for testing composefs. # This option was intended for passing one arg to --storage-opt # but we're hijacking it to pass an extra option+arg. And it - # actually works. Just MAKE SURE THERE ARE NO SPACES IN THE {...}! - export STORAGE_OPTIONS_OVERLAY='overlay.use_composefs=true --pull-option {enable_partial_images="true",use_hard_links="false",ostree_repos="",convert_images="true"}' + # actually works. + export STORAGE_OPTIONS_OVERLAY='overlay.use_composefs=true --pull-option=enable_partial_images=true --pull-option=convert_images=true' fi fi