diff --git a/ci/lib.sh b/ci/lib.sh index c3eeef76f00159..23974adc6a9ad2 100755 --- a/ci/lib.sh +++ b/ci/lib.sh @@ -251,6 +251,7 @@ then # https://github.com/actions/runner-images/issues/9491 sudo sysctl vm.mmap_rnd_bits=28 ;; +*) echo "::warning::not setting vm.mmap_rnd_bits for '$GITHUB_JOB'" >&2;; esac elif test true = "$GITLAB_CI" then