From eb59792ea8bb480e24b7d1f3f749ff4fe1998ce8 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:45:12 -0800 Subject: [PATCH] Comment out arch linux install test (#19235) * Comment out arch linux install test * Better documentation Co-authored-by: Kyle Altendorf * Update test-install-scripts.yml * Update test-install-scripts.yml --------- Co-authored-by: Kyle Altendorf (cherry picked from commit 7f3ae1c062b3030216bf118a46416058514e4af3) --- .github/workflows/test-install-scripts.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-install-scripts.yml b/.github/workflows/test-install-scripts.yml index 03e01458188f..3a31d23242d1 100644 --- a/.github/workflows/test-install-scripts.yml +++ b/.github/workflows/test-install-scripts.yml @@ -194,8 +194,11 @@ jobs: exclude: - distribution: type: arch - arch: - matrix: arm + # TODO: arch brought in glibc 2.41 which became more sensitive around execstack + # which is enabled in libbladebit. fixes will be made to main and this + # should be re-enabled then. + # arch: + # matrix: arm steps: - name: Prepare Amazon Linux