Skip to content

Commit 0775fde

Browse files
sbryngelsonclaude
andcommitted
ci: remove dead RETRY_CLEAN_CMD from bench.sh
retry-build.sh no longer has a RETRY_CLEAN_CMD mechanism; the variable was a no-op that misled readers into thinking it controlled retry cleanup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 68592d7 commit 0775fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phoenix/bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
rm -rf build
2323

2424
source .github/scripts/retry-build.sh
25-
RETRY_CLEAN_CMD="./mfc.sh clean" retry_build ./mfc.sh build -j $n_jobs $build_opts || exit 1
25+
retry_build ./mfc.sh build -j $n_jobs $build_opts || exit 1
2626

2727
./mfc.sh bench $bench_opts -j $n_jobs -o "$job_slug.yaml" -- -c phoenix-bench $device_opts -n $n_ranks
2828

0 commit comments

Comments
 (0)