Serge Bazanski | 2ce3676 | 2019-07-14 16:29:52 +0200 | [diff] [blame] | 1 | # https://github.com/bazelbuild/rules_docker/issues/842 |
| 2 | build --host_force_python=PY2 |
| 3 | test --host_force_python=PY2 |
| 4 | run --host_force_python=PY2 |
Sergiusz Bazanski | b5ad364 | 2019-07-21 16:15:12 +0200 | [diff] [blame] | 5 | build --workspace_status_command=./bzl/workspace-status.sh |
Sergiusz Bazanski | a7e26cc | 2019-06-21 20:38:35 +0200 | [diff] [blame] | 6 | test --build_tests_only |
Sergiusz Bazanski | 6f773e0 | 2019-10-02 20:46:48 +0200 | [diff] [blame] | 7 | test --test_output=errors |