Skip to content

Commit 13db810

Browse files
sbryngelsonclaude
andcommitted
Remove proactive clean from Phoenix test script
The build system should handle compiler changes correctly. Proactive clean forces full rebuilds of FFTW/LAPACK from scratch every run, which is slow and exposes builds to transient filesystem failures (CMake TryCompile errors on Phoenix scratch). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b8f03ec commit 13db810

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/phoenix/test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#!/bin/bash
22

3-
# Clean stale build artifacts from previous CI runs to prevent
4-
# cross-compiler contamination (e.g. gfortran LAPACK linked by NVHPC)
5-
./mfc.sh clean
6-
73
build_opts=""
84
if [ "$job_device" = "gpu" ]; then
95
build_opts="--gpu"

0 commit comments

Comments
 (0)