Skip to content

Commit 80fc147

Browse files
committed
Revert "ci.yml: work around ASAN binaries crashing on ubuntu-latest"
This reverts commit 0ee1ea4 since it is no longer needed.
1 parent 361a040 commit 80fc147

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
run: |
9292
sudo apt-get update
9393
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
9694
- name: Build and test
9795
run: make test-all CC=clang CFLAGS="$CFLAGS -fsanitize=address -fno-sanitize-recover=address"
9896

0 commit comments

Comments
 (0)