Skip to content

Commit eee048c

Browse files
committed
shutdown bazel first
1 parent 858960e commit eee048c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
set "BAZEL_VS=C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
6969
set "BAZEL_VC=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC"
7070
echo "--- after vcvars ---"
71-
echo "--- Environment summary ---""
71+
echo "--- Environment summary ---"
7272
set PATH
7373
echo "--- Where tools are ---"
7474
where cl || echo cl not found
@@ -82,6 +82,8 @@ jobs:
8282
bazel --version
8383
echo "--- after bazel --version ---"
8484
bazel info release || echo BAZEL_INFO_RELEASE_FAILED
85+
echo "--- shutting down any existing bazel server ---"
86+
bazel shutdown || echo BAZEL_SHUTDOWN_FAILED
8587
echo "--- Bazel build (verbose) ---"
8688
bazel build //mayhem:run_test_calculator_package --verbose_failures --subcommands --sandbox_debug || echo BUILD_FAILED=%ERRORLEVEL%
8789
echo "--- after build ---"

0 commit comments

Comments
 (0)