Skip to content

Commit 6d6d7de

Browse files
committed
Debug stuff - don't check-in
1 parent 5269d8a commit 6d6d7de

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/zfs-tests-functional.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
sudo apt-get upgrade
2424
sudo xargs --arg-file=${{ github.workspace }}/.github/workflows/build-dependencies.txt apt-get install -qq
2525
sudo apt-get clean
26-
echo "RPM2CPIO: $(which rpm2cpio)"
27-
echo "CPIO: $(which cpio)"
28-
echo "PKG: $(sudo apt list --installed | grep -E 'rpm|cpio')"
26+
apt list --installed | grep -E 'cpio|alien|rpm'
27+
sudo cp ${{ github.workspace }}/Rpm.pm /usr/share/perl5/Alien/Package/Rpm.pm
2928
3029
- name: Autogen.sh
3130
run: |
@@ -35,7 +34,10 @@ jobs:
3534
./configure --enable-debug --enable-debuginfo
3635
- name: Make
3736
run: |
38-
make --no-print-directory -s pkg-utils pkg-kmod
37+
make --no-print-directory -s pkg-utils pkg-kmod 2>&1 || true
38+
echo "current files:"
39+
ls -l
40+
3941
- name: Install
4042
run: |
4143
sudo dpkg -i *.deb

0 commit comments

Comments
 (0)