mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
kokoro: don't force to use python2
https://github.com/bazelbuild/bazel/issues/7899 was fixed and we don't need this hack anymore. PiperOrigin-RevId: 271434565
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ sudo apt-get update && sudo apt-get install -y dpkg-sig coreutils apt-utils
|
||||
runsc=$(build -c opt //runsc)
|
||||
|
||||
# Build packages.
|
||||
pkg=$(build -c opt --host_force_python=py2 //runsc:runsc-debian)
|
||||
pkg=$(build -c opt //runsc:runsc-debian)
|
||||
|
||||
# Build a repository, if the key is available.
|
||||
if [[ -v KOKORO_REPO_KEY ]]; then
|
||||
|
||||
Reference in New Issue
Block a user