Skip to content

Commit

Permalink
[zfs-2.1.16]: Add rpm2cpio to github runner dependencies
Browse files Browse the repository at this point in the history
Fix a build error on the github runner:

  Unpacking of 'zfs-2.1.16-1.x86_64.rpm' failed at
  /usr/share/perl5/Alien/Package/Rpm.pm line 168.

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
  • Loading branch information
tonyhutter committed Nov 21, 2024
1 parent aabb7e6 commit 8c81b16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ python3-pip
python3-setuptools
python3-sphinx
rng-tools-debian
rpm2cpio
rsync
samba
sysstat
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/zfs-tests-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
sudo apt-get upgrade
sudo xargs --arg-file=${{ github.workspace }}/.github/workflows/build-dependencies.txt apt-get install -qq
sudo apt-get clean
echo "RPM2CPIO: $(which rpm2cpio)"
echo "CPIO: $(which cpio)"
echo "PKG: $(sudo apt list --installed | grep -E 'rpm|cpio')"
- name: Autogen.sh
run: |
sh autogen.sh
Expand Down

0 comments on commit 8c81b16

Please sign in to comment.