]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ci: Serialize make check and additional checks.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 27 Aug 2025 19:19:43 +0000 (21:19 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 27 Aug 2025 19:19:43 +0000 (21:19 +0200)
.gitlab-ci.yml

index fe5155d65b170939e6c9ba9ec811078a2f0e0aab..791c794f3ab51495cbe376581793939c2769aa83 100644 (file)
@@ -176,7 +176,8 @@ remote/s390x:
   - ./.bootstrap
   - ./configure --disable-documentation $EXTRA_CONFIGURE_ARGS --build=$build --host=$host
   - make -j$(nproc)
-  - make EMULATOR=${EMULATOR} -j$(nproc) check $EXTRA_CHECK_TARGET
+  - make EMULATOR=${EMULATOR} -j$(nproc) check
+  - for t in $EXTRA_CHECK_TARGET ; do make EMULATOR=${EMULATOR} -j$(nproc) $t ; done
   tags:
   - amd64
   except: