Skip to content

Commit

Permalink
kokoro: don't force to use python2
Browse files Browse the repository at this point in the history
bazelbuild/bazel#7899 was fixed
and we don't need this hack anymore.

PiperOrigin-RevId: 271434565
  • Loading branch information
avagin authored and gvisor-bot committed Sep 26, 2019
1 parent dd0e5ee commit 3221e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3221e83

Please sign in to comment.