Skip to content

Commit

Permalink
ci: remove workaround for ASan in Ubuntu GHA images
Browse files Browse the repository at this point in the history
This workaround is directly applied inside Ubuntu GHA images themselves.

Link: actions/runner-images@9485052d98ba
Signed-off-by: David Marchand <[email protected]>
  • Loading branch information
david-marchand committed Nov 26, 2024
1 parent ef6ed52 commit 5744e91
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,6 @@ jobs:
.ci/linux-setup.sh
# Workaround on $HOME permissions as EAL checks them for plugin loading
chmod o-w $HOME
- name: Reduce ASLR entropy
if: env.ASAN == 'true'
# ASan in llvm 14 provided in ubuntu-22.04 is incompatible with
# high-entropy ASLR configured in much newer kernels that GitHub
# runners are using leading to random crashes:
# https://github.com/actions/runner-images/issues/9491
run: sudo sysctl -w vm.mmap_rnd_bits=28
- name: Build and test
run: .ci/linux-build.sh
- name: Upload logs on failure
Expand Down

0 comments on commit 5744e91

Please sign in to comment.