Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debug stuff - don't check-in
Browse files Browse the repository at this point in the history
tonyhutter committed Dec 2, 2024
1 parent 5269d8a commit 66e809a
Showing 2 changed files with 814 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/zfs-tests-functional.yml
Original file line number Diff line number Diff line change
@@ -23,9 +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')"
apt list --installed | grep -E 'cpio|alien|rpm'
echo "BASE ------"
sudo gzip -c /usr/share/perl5/Alien/Package/Rpm.pm | base64
# sudo cp ${{ github.workspace }}/Rpm.pm /usr/share/perl5/Alien/Package/Rpm.pm

- name: Autogen.sh
run: |
@@ -35,7 +36,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
Loading

0 comments on commit 66e809a

Please sign in to comment.