Skip to content

Commit 94ece5b

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ 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'
2927
3028
- name: Autogen.sh
3129
run: |
@@ -35,7 +33,10 @@ jobs:
3533
./configure --enable-debug --enable-debuginfo
3634
- name: Make
3735
run: |
38-
make --no-print-directory -s pkg-utils pkg-kmod
36+
make --no-print-directory -s pkg-utils pkg-kmod 2>&1 || true
37+
echo "current files:"
38+
ls -l
39+
3940
- name: Install
4041
run: |
4142
sudo dpkg -i *.deb

0 commit comments

Comments
 (0)