From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Cc: Aaron Conole <aconole@redhat.com>,
Michael Santana <maicolgabriel@hotmail.com>
Subject: [PATCH] ci: remove workaround for ASan in Ubuntu GHA images
Date: Thu, 7 Nov 2024 14:15:06 +0100 [thread overview]
Message-ID: <20241107131506.2924839-1-david.marchand@redhat.com> (raw)
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
reply other threads:[~2024-11-07 13:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241107131506.2924839-1-david.marchand@redhat.com \
--to=david.marchand@redhat.com \
--cc=aconole@redhat.com \
--cc=dev@dpdk.org \
--cc=maicolgabriel@hotmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).