sdfshfdgfh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 1m50s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped

This commit is contained in:
2025-07-08 14:48:54 -07:00
parent a5cc128bba
commit 085d4d27c6

View File

@@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v3
#kdfnhgldsfjgl;kjdfg
- name: Check host output
run: |
mkdir -p "${{ env.OUTPUT_DIR }}"
@@ -66,8 +66,23 @@ jobs:
-v "${{ env.OUTPUT_DIR }}:/output" \
-e VERSION="$version" \
fithwum/debian-$version-base \
bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
# bash -eux /scripts/bootstrap-rootfs.sh "$version"
bash -eux -c '
echo "[DEBUG] Inside container, version: $VERSION"
echo "[DEBUG] Output dir contents BEFORE:"
ls -lah /output
echo "[DEBUG] Running bootstrap-rootfs.sh"
/scripts/bootstrap-rootfs.sh "$VERSION"
echo "[DEBUG] Output dir contents AFTER:"
find /output
'
# docker run --rm --privileged \
# -v "${{ env.OUTPUT_DIR }}:/output" \
# -e VERSION="$version" \
# fithwum/debian-$version-base \
# bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
done
- name: Debug Output
@@ -75,6 +90,12 @@ jobs:
echo "Inside container:"
ls -lah /mnt/user/git/act_runner_output
- name: Check host output
run: |
mkdir -p "${{ env.OUTPUT_DIR }}"
touch "${{ env.OUTPUT_DIR }}"/test_from_vm
ls -lah /output
- name: Validate that archives exist for each version
run: |
IFS=' ' read -r -a versions <<< "$VERSIONS"