We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361a040 commit 80fc147Copy full SHA for 80fc147
.github/workflows/ci.yml
@@ -91,8 +91,6 @@ jobs:
91
run: |
92
sudo apt-get update
93
sudo apt-get install -y clang $ALL_DEPENDENCIES
94
- - name: Work around https://github.com/actions/runner-images/issues/9491
95
- run: sudo sysctl vm.mmap_rnd_bits=28
96
- name: Build and test
97
run: make test-all CC=clang CFLAGS="$CFLAGS -fsanitize=address -fno-sanitize-recover=address"
98
0 commit comments