aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-10 01:07:31 +0000
committerSam James <sam@gentoo.org>2023-12-10 22:01:49 +0000
commiteee0ea0cef115e274d97a7c9707aaa8fc40b5688 (patch)
tree12e4f763a982564be39797651a871e8f8d268d73 /.github
parentebuild: inject implicit libc RDEPEND (diff)
downloadportage-eee0ea0cef115e274d97a7c9707aaa8fc40b5688.tar.gz
portage-eee0ea0cef115e274d97a7c9707aaa8fc40b5688.tar.bz2
portage-eee0ea0cef115e274d97a7c9707aaa8fc40b5688.zip
CI: add pax-utils for test_binpkg_libc_dep_inject test
I've made the test_binpkg_libc_dep_inject test gracefully skip if scanelf from pax-utils isn't around, but we want to test this thing in CI, so add the pax-utils package. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index eedbe2f6e..698b8dcac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
set -xe
echo "force-unsafe-io" | sudo tee /etc/dpkg/dpkg.cfg.d/force-unsafe-io
sudo apt-get update -q
- sudo apt-get install -qy --no-install-recommends libxslt-dev libxml2-dev libxml2-utils meson zstd
+ sudo apt-get install -qy --no-install-recommends libxslt-dev libxml2-dev libxml2-utils meson pax-utils zstd
# Patch Ubuntu's old Meson to fix pypy-3.9 detection.
curl -s -f https://github.com/mesonbuild/meson/commit/2540ad6e9e08370ddd0b6753fdc9314945a672f0.patch | sudo patch -d /usr/lib/python3/dist-packages -p1 --no-backup-if-mismatch