2019-07-14 16:29:52 +02:00
|
|
|
# https://github.com/bazelbuild/rules_docker/issues/842
|
2021-01-30 17:23:31 +01:00
|
|
|
build --host_force_python=PY3
|
|
|
|
test --host_force_python=PY3
|
|
|
|
run --host_force_python=PY3
|
2020-07-30 21:47:27 +02:00
|
|
|
build --stamp
|
2019-07-21 16:15:12 +02:00
|
|
|
build --workspace_status_command=./bzl/workspace-status.sh
|
2019-06-21 20:38:35 +02:00
|
|
|
test --build_tests_only
|
2019-10-02 20:46:48 +02:00
|
|
|
test --test_output=errors
|