* [PATCH] ci: remove workaround for ASan in Ubuntu GHA images
@ 2024-11-07 13:15 David Marchand
0 siblings, 0 replies; only message in thread
From: David Marchand @ 2024-11-07 13:15 UTC (permalink / raw)
To: dev; +Cc: Aaron Conole, Michael Santana
This workaround is directly applied inside Ubuntu GHA images themselves.
Link: https://github.com/actions/runner-images/commit/9485052d98ba055be3355565e23630de8f8c4ef8
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
.github/workflows/build.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f7d3affbaa..224fa80dcd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
--
2.47.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-07 13:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-07 13:15 [PATCH] ci: remove workaround for ASan in Ubuntu GHA images David Marchand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).