File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - name : Build main branch release binary and snapshot tool
3333 uses : ./.github/actions/flaky-retry
3434 with :
35- command : " nix develop ./src/ -c bash -c 'zig build release snapshot -Doptimize=ReleaseFast '"
35+ command : " nix develop ./src/ -c bash -c 'zig build release snapshot'"
3636 error_string_contains : " build.zig.zon"
3737 retry_count : 3
3838
5151 - name : Build PR branch release binary and snapshot tool
5252 uses : ./.github/actions/flaky-retry
5353 with :
54- command : " nix develop ./src/ -c bash -c 'zig build release snapshot -Doptimize=ReleaseFast '"
54+ command : " nix develop ./src/ -c bash -c 'zig build release snapshot'"
5555 error_string_contains : " build.zig.zon"
5656 retry_count : 3
5757
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ for fx_file in $FX_FILES; do
103103 --show-output \
104104 --export-json " /tmp/bench_${filename} .json" \
105105 $EXTRA_ARGS \
106- -n " main" " $MAIN_ROC $fx_file " \
107- -n " pr" " $PR_ROC $fx_file " \
106+ -n " main" " $MAIN_ROC $fx_file --no-cache " \
107+ -n " pr" " $PR_ROC $fx_file --no-cache " \
108108 2>&1 ; then
109109 echo " ERROR: Benchmark failed for $filename "
110110 exit 1
You can’t perform that action at this time.
0 commit comments