aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci
diff options
context:
space:
mode:
authorGravatar László Csomor <laszlocsomor@google.com>2017-06-07 04:33:51 -0400
committerGravatar John Cater <jcater@google.com>2017-06-07 09:49:22 -0400
commitcd877f1ca1a53fb914bb5eebcaa6ae3686cab439 (patch)
tree587da74542661895be21b9ad06764ba2f4b05a52 /scripts/ci
parent41627ade988580364f185e087a6ffe15765cf617 (diff)
Windows, CI: print the version of BOOTSTRAP_BAZEL
This will help diagnose https://github.com/bazelbuild/bazel/issues/2977, which I believed to have been fixed by the release of 0.5.0, however it seems to have failed once more with 0.5.0, alas without knowing the actual bootstrap bazel's version I cannot be sure. Change-Id: I71e100c549b4ef30699efe6363b72eb792ad1c23 PiperOrigin-RevId: 158243584
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/windows/compile_windows.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci/windows/compile_windows.sh b/scripts/ci/windows/compile_windows.sh
index 8eba3b81fa..3c3a928306 100755
--- a/scripts/ci/windows/compile_windows.sh
+++ b/scripts/ci/windows/compile_windows.sh
@@ -47,6 +47,10 @@ fi
export MSYS_NO_PATHCONV=1
export MSYS2_ARG_CONV_EXCL="*"
+
+echo "BOOTSTRAP_BAZEL version:"
+${BOOTSTRAP_BAZEL} --bazelrc=${BAZELRC:-/dev/null} --nomaster_bazelrc version
+
${BOOTSTRAP_BAZEL} --bazelrc=${BAZELRC:-/dev/null} --nomaster_bazelrc build \
--embed_label=${release_label} --stamp \
${OPTS} \