mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Merge pull request #79807 from dims/force-python2-for-bazel-release
build_defs/pkg/make_deb.py needs python2
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
startup --expand_configs_in_place
|
||||
|
||||
# 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.
|
||||
build --verbose_failures
|
||||
test --test_output=errors
|
||||
|
Reference in New Issue
Block a user