Skip to content

Commit

Permalink
Make the dist_install test use Debian buster for access to Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed Sep 24, 2021
1 parent d763aee commit 01504ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/linux/dist_install/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -ex # exit immediately on error
cd $(dirname $0)/../../..

export DOCKERHUB_ORGANIZATION=protobuftesting
export DOCKERFILE_DIR=kokoro/linux/dockerfile/test/java_stretch
export DOCKERFILE_DIR=kokoro/linux/dockerfile/test/python36
export DOCKER_RUN_SCRIPT=kokoro/linux/pull_request_in_docker.sh
export OUTPUT_DIR=testoutput
export TEST_SET="dist_install"
Expand Down

0 comments on commit 01504ef

Please sign in to comment.