File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 ---"
You can’t perform that action at this time.
0 commit comments