1
0
Fork 0

.bazelrc: switch over to PY3 (rules_docker is now fully PY3 compliant)

Change-Id: I53edb8eae81779d5b8cea36e3bec4c05ca2c6e0d
master
q3k 2021-01-30 17:23:31 +01:00 committed by q3k
parent cc2ff79f01
commit 190feb37b0
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# https://github.com/bazelbuild/rules_docker/issues/842
build --host_force_python=PY2
test --host_force_python=PY2
run --host_force_python=PY2
build --host_force_python=PY3
test --host_force_python=PY3
run --host_force_python=PY3
build --stamp
build --workspace_status_command=./bzl/workspace-status.sh
test --build_tests_only