Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Switch to the old bazel version 0.24.1.
Browse files Browse the repository at this point in the history
The newest version 0.25 breaks our build.

PiperOrigin-RevId: 246315462
GitOrigin-RevId: 93595234a47dd5257cf1655e08d4f46f63eec76c
  • Loading branch information
tholenst authored and chuckx committed May 2, 2019
1 parent d09e392 commit 38e29aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ readonly DISABLE_SANDBOX_ARGS
if ! [ -z "${KOKORO_ROOT}" ]; then
rm -f ~/.bazelrc
# Install the latest version of Bazel.
use_bazel.sh latest
use_bazel.sh 0.24.1
if [[ "$PLATFORM" == 'darwin' ]]; then
export DEVELOPER_DIR="/Applications/Xcode_${XCODE_VERSION}.app/Contents/Developer"
export ANDROID_HOME="/Users/kbuilder/Library/Android/sdk"
Expand Down

0 comments on commit 38e29aa

Please sign in to comment.