mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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
This commit is contained in:
+2
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user