Skip to content

fix(ci): allow execution in ROCm build cache - #1746

Merged
AlpinDale merged 1 commit into
mainfrom
fix/rocm-buildkit-exec
Jul 30, 2026
Merged

fix(ci): allow execution in ROCm build cache#1746
AlpinDale merged 1 commit into
mainfrom
fix/rocm-buildkit-exec

Conversation

@AlpinDale

Copy link
Copy Markdown
Member

The dedicated rootless BuildKit state uses tmpfs, whose Docker default is noexec. Cargo therefore could not execute generated build scripts from its cached target directory. Mount the state with exec and recreate existing builders whose tmpfs options do not include it.\n\nValidated on the self-hosted runner: the replacement 300 GiB tmpfs is mounted without noexec.\n\nChecks: bash -n, pre-commit on the changed script, and git diff --check.

Signed-off-by: AlpinDale <alpindale@gmail.com>
@AlpinDale
AlpinDale merged commit 6586b28 into main Jul 30, 2026
2 checks passed
@AlpinDale
AlpinDale deleted the fix/rocm-buildkit-exec branch July 30, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant