Skip to content

Commit

Permalink
ci: install patchelf in CI
Browse files Browse the repository at this point in the history
The recently added rtld/search-order test only runs when patchelf is
found, otherwise is skipped.
  • Loading branch information
lzcunt committed Feb 13, 2025
1 parent 78b81ae commit 2e36edd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
apt-get update
apt-get install -y ninja-build qemu-user \
python3-setuptools python3-jsonschema \
python3-pexpect python3-pip netbase clang lld
python3-pexpect python3-pip netbase clang lld \
patchelf
pip install --break-system-packages -U xbstrap pyexpect meson
- name: Prepare directories
run: |
Expand Down

0 comments on commit 2e36edd

Please sign in to comment.