From 69af34301587163dad19565c49e38ec646d0d1fc Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Mon, 4 Nov 2024 05:59:29 -0800 Subject: [PATCH] ci: specify flux-security-0.12.0 Problem: flux core now requires the IMP signal forwarding features of flux-security 0.12.0, but CI specifies requires 0.11.0. Modify docker-run-checks.sh to require the newer version. --- src/test/docker/docker-run-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/docker/docker-run-checks.sh b/src/test/docker/docker-run-checks.sh index d8ad6806b209..fa3a18751300 100755 --- a/src/test/docker/docker-run-checks.sh +++ b/src/test/docker/docker-run-checks.sh @@ -16,7 +16,7 @@ JOBS=2 MOUNT_HOME_ARGS="--volume=$HOME:$HOME -e HOME" if test "$PROJECT" = "flux-core"; then - FLUX_SECURITY_VERSION=0.11.0 + FLUX_SECURITY_VERSION=0.12.0 POISON=t fi