Skip to content

Commit

Permalink
Debug stuff - don't check-in
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhutter committed Nov 26, 2024
1 parent 5269d8a commit 94ece5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/zfs-tests-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ 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')"
apt list --installed | grep -E 'cpio|alien|rpm'
- name: Autogen.sh
run: |
Expand All @@ -35,7 +33,10 @@ jobs:
./configure --enable-debug --enable-debuginfo
- name: Make
run: |
make --no-print-directory -s pkg-utils pkg-kmod
make --no-print-directory -s pkg-utils pkg-kmod 2>&1 || true
echo "current files:"
ls -l
- name: Install
run: |
sudo dpkg -i *.deb
Expand Down

0 comments on commit 94ece5b

Please sign in to comment.