Skip to content

Commit 731696c

Browse files
committed
ci: just use the rpm2cpio package
I'm not entirely certain why I did this, because I'm rather confident that there is an rpm2cpio package available. Signed-off-by: Stephen Brennan <[email protected]>
1 parent cdce86f commit 731696c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/litevm.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ jobs:
4646
sudo apt-get install qemu-kvm zstd gzip bzip2 cpio busybox-static fio \
4747
autoconf automake check gcc git liblzma-dev \
4848
libelf-dev libdw-dev libtool make pkgconf zlib1g-dev \
49-
binutils-dev
50-
sudo wget -O /usr/bin/rpm2cpio https://github.com/rpm-software-management/rpm/raw/rpm-4.19.0-release/scripts/rpm2cpio.sh
51-
echo '0403da24a797ccfa0cfd37bd4a6d6049370b9773e558da6173ae6ad25f97a428 /usr/bin/rpm2cpio' | sha256sum -c -
52-
sudo chmod 755 /usr/bin/rpm2cpio
49+
binutils-dev rpm2cpio
5350
- name: Setup test environment
5451
# Pinned virtualenv and tox are for the last versions which support
5552
# detecting Python 3.6 and running tests on it.

0 commit comments

Comments
 (0)