Add comments as to why we force python2

This commit is contained in:
Davanum Srinivas 2019-07-09 16:33:46 -04:00 committed by GitHub
parent c7137aeda6
commit 3b949f2a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
startup --expand_configs_in_place
# Force us to use python2
# https://github.com/kubernetes/kubernetes/pull/79807
# https://github.com/bazelbuild/rules_docker/issues/842
# https://github.com/bazelbuild/bazel/issues/7899
build --host_force_python=PY2
# Show us information about failures.