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:
Davanum Srinivas 2019-07-04 12:21:51 -04:00
parent 70d6cebfe0
commit c7137aeda6
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

@ -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