Skip to content

Commit

Permalink
Comment out arch linux install test (#19235)
Browse files Browse the repository at this point in the history
* Comment out arch linux install test

* Better documentation

Co-authored-by: Kyle Altendorf <[email protected]>

* Update test-install-scripts.yml

* Update test-install-scripts.yml

---------

Co-authored-by: Kyle Altendorf <[email protected]>
  • Loading branch information
emlowe and altendky authored Feb 6, 2025
1 parent bbc8d25 commit 7f3ae1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f3ae1c

Please sign in to comment.