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:
Andrei Vagin
2019-09-26 14:37:19 -07:00
committed by gVisor bot
parent dd0e5eedae
commit 3221e8372c
+1 -1
View File
@@ -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