ADFA-5334 ci(rootfs): bake on ubuntu-22.04-arm + checkout v5 - #508
Merged
Conversation
Run the rootfs bake on ubuntu-22.04-arm (glibc<2.39) to avoid the fchmodat2 dir-mode failure that aborts the install under proot on 24.04-arm, and bump actions/checkout v4 -> v5 (drops deprecated Node 20).
CI ran 'sudo ./tools/rootfs-builder/build-iiab-rootfs.sh' and failed with 'command not found' because the script was tracked 100644 (no +x). Its siblings (make-debian-base.sh, iiab_tree_hash.py) are 100755; this one lost the bit on a Windows checkout (core.filemode=false). Set the git mode to 100755 so the checked-out script is executable on the runner.
…exec bit) Belt-and-suspenders with the +x fix: running the script through bash makes the CI step immune to the executable bit being dropped again on a Windows checkout (core.filemode=false). The builder's own self-dispatch already uses 'bash $SELF', so only the top-level workflow call needed this.
luisguzman-adfa
deleted the
test/ADFA-5334-rootfs-workaround-builders
branch
September 1, 2026 06:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run the rootfs bake on ubuntu-22.04-arm (glibc<2.39) to avoid the fchmodat2 dir-mode failure that aborts the install under proot on 24.04-arm, and bump actions/checkout v4 -> v5 (drops deprecated Node 20).