mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
build_defs/pkg/make_deb.py needs python2
Force us to use python2 especially for scenarios where both python2 and 3 are both installed as `make bazel-release` fails currently. Change-Id: I70bc45909ca87e5cf7ccdbddf60740a8a3e7e58b
This commit is contained in:
parent
70d6cebfe0
commit
c7137aeda6
@ -1,5 +1,8 @@
|
||||
startup --expand_configs_in_place
|
||||
|
||||
# Force us to use python2
|
||||
build --host_force_python=PY2
|
||||
|
||||
# Show us information about failures.
|
||||
build --verbose_failures
|
||||
test --test_output=errors
|
||||
|
Loading…
Reference in New Issue
Block a user