From ee145fd63f0c19cec1c2dd864c6791f05fb1b251 Mon Sep 17 00:00:00 2001 From: sharpenedblade Date: Wed, 17 Jan 2024 19:58:05 -0800 Subject: [PATCH] Add debug logging --- .github/workflows/build-iso.yml | 1 + build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index 36161ef..c77217a 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -21,6 +21,7 @@ jobs: libmagickcore-dev libmagickwand-dev libssl-dev \ mercurial openssh-client p7zip-full ftp bison sudo apt-get autoremove -y + sudo df -h - name: Checkout uses: actions/checkout@v3 diff --git a/build.sh b/build.sh index 32b57be..3981d85 100755 --- a/build.sh +++ b/build.sh @@ -14,6 +14,7 @@ for profile in "${profiles[@]}"; do profile_builddir="$builddir/$profile"; mkdir -p $profile_builddir; cd "$profile_builddir" /repo/kiwi-build \ + --debug \ --image-type=iso \ --image-profile="$profile" \ --kiwi-description-dir=/repo/ \