From d14f89000c6a3bbcb275d3f2de31e6a067e8ccb7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 4 Jan 2025 07:38:05 -0600 Subject: [PATCH] xxx --- build.sh | 1 + ci/Jenkinsfile | 1 + 2 files changed, 2 insertions(+) diff --git a/build.sh b/build.sh index ded750d..6599f9a 100644 --- a/build.sh +++ b/build.sh @@ -33,4 +33,5 @@ cid=$(buildah from "${base}") buildah add "${cid}" portage /etc/portage buildah_run_script "${cid}" "${SRCDIR}"/lib/sync.sh buildah_run_script "${cid}" "${SRCDIR}"/tools.sh +df -Th buildah commit --rm --squash "${cid}" "aimee-os.org/build/build-${target}" diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index b38c445..1477396 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -50,6 +50,7 @@ pipeline { post { failure { + sh 'df -Th' sh 'unshare -Ur --map-auto chown root:root -R tmp log' dir('tmp/portage') { archiveArtifacts '*/*/temp/*.log'