Skip to content

Commit

Permalink
ci: specify flux-security-0.12.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
garlick committed Nov 4, 2024
1 parent 0730334 commit 69af343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/docker/docker-run-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 69af343

Please sign in to comment.