You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean stale build artifacts at start of every CI job
Self-hosted runners have persistent workspaces that accumulate build
artifacts across CI runs. When different compiler configs (e.g. gfortran
vs NVHPC) run on the same runner, stale LAPACK/dependency libraries
compiled by the wrong compiler cause linker failures. git clean -ffdx
often fails on the shared scratch filesystem (could not lstat errors),
leaving the contaminated artifacts in place.
Fix by running ./mfc.sh clean proactively at the start of every job
(Phoenix test/bench, Frontier CCE/AMD build), not just on retry.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments