Commit 68592d7
ci: clean build dir before case-opt pre-build; drop retry
Stale build artifacts from a previous job with a different compiler
(e.g. gfortran CPU build followed by nvfortran GPU case-opt build)
cause linker failures: undefined references to _gfortran_* symbols.
Add rm -rf build at the start of prebuild-case-optimization.sh so every
pre-build starts on a clean slate regardless of what the runner workspace
contains. This fixes the liblapack.a cross-compiler link failure.
Also remove the nick-fields/retry wrapper from the Frontier login-node
pre-build step: one clean attempt is sufficient and retries were only
masking the root cause.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fb6101d commit 68592d7
2 files changed
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
| 341 | + | |
348 | 342 | | |
349 | 343 | | |
350 | 344 | | |
| |||
0 commit comments