]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Debug quoting of EXTRA_CONFIGURE_ARGS.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 5 Oct 2023 18:04:56 +0000 (20:04 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 5 Oct 2023 18:04:56 +0000 (20:04 +0200)
.gitlab-ci.yml

index ebd18ba8b42cefca4dad97eab5d55b7bc7ae3dd6..25ee2299b4594d21d46b9301fdb6b1ae8a1d4786 100644 (file)
@@ -8,9 +8,11 @@ variables:
 .native-build:
   image: $CI_REGISTRY/$BUILDENV_NATIVE_IMAGE
   script:
-  - ./.bootstrap &&
-    ./configure $EXTRA_CONFIGURE_ARGS --disable-documentation && make -j$(nproc) &&
-    make -j$(nproc) check $EXTRA_CHECK_TARGET
+  - printf "1: x%sx" "$EXTRA_CONFIGURE_ARGS"
+  - 'printf "2: x%sx" "$EXTRA_CONFIGURE_ARGS"'
+  - ./.bootstrap
+  - ./configure $EXTRA_CONFIGURE_ARGS --disable-documentation && make -j$(nproc)
+  - make -j$(nproc) check $EXTRA_CHECK_TARGET
   tags:
   - shared
   - linux