aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2024-03-20 01:10:53 +0000
committerEric Biggers <ebiggers@google.com>2024-03-20 01:10:53 +0000
commitda05cca371d246999b358138719e2f5dfd61abc4 (patch)
tree53a36cbae5e7e500521f39ef064bbd0dfb7d1a1a
parent287f133ce7358116a01c0a02006d1dac2e9d42ae (diff)
downloadfsverity-utils-da05cca371d246999b358138719e2f5dfd61abc4.tar.gz
ci.yml: work around ASAN binaries crashing on ubuntu-latest
Signed-off-by: Eric Biggers <ebiggers@google.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2e018c3..f7e0a0f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -90,6 +90,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y clang llvm
+ - name: Work around https://github.com/actions/runner-images/issues/9491
+ run: sudo sysctl vm.mmap_rnd_bits=28
- run: scripts/run-tests.sh sanitizers
valgrind-test: