summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2019-07-11 12:52:12 -0700
committergVisor bot <gvisor-bot@google.com>2019-07-11 12:53:19 -0700
commita018b229b57dff92ca0d99079180aa556dacbabc (patch)
tree2070615da36e3e09518f746ab44c28268f124af6 /tools
parent7581e84cb6b709019c51a1e7d86414f696470554 (diff)
kokoro: use bazel 2.27.1
The latest version 2.28.0 doesn't work: ./runsc/linux_amd64_pure_stripped/runsc: operation not permitted, want 0 PiperOrigin-RevId: 257663312
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests.sh b/tools/run_tests.sh
index d1669b343..483b9cb50 100755
--- a/tools/run_tests.sh
+++ b/tools/run_tests.sh
@@ -45,7 +45,8 @@ readonly TEST_PACKAGES=("//pkg/..." "//runsc/..." "//tools/...")
#######################
# Install the latest version of Bazel and log the version.
-(which use_bazel.sh && use_bazel.sh latest) || which bazel
+# FIXME(b/137285694): Unable to build runsc with bazel 0.28.0.
+(which use_bazel.sh && use_bazel.sh 0.27.1) || which bazel
bazel version
# Load the kvm module.