blob: d56cdd1796a828f2450fb7bf9fa92641e981b954 [file] [log] [blame]
Serge Bazanski2ce36762019-07-14 16:29:52 +02001# https://github.com/bazelbuild/rules_docker/issues/842
Serge Bazanski190feb32021-01-30 17:23:31 +01002build --host_force_python=PY3
3test --host_force_python=PY3
4run --host_force_python=PY3
Serge Bazanskid15f9282020-07-30 21:47:27 +02005build --stamp
Sergiusz Bazanskib5ad3642019-07-21 16:15:12 +02006build --workspace_status_command=./bzl/workspace-status.sh
Sergiusz Bazanskia7e26cc2019-06-21 20:38:35 +02007test --build_tests_only
Sergiusz Bazanski6f773e02019-10-02 20:46:48 +02008test --test_output=errors
Serge Bazanski97b5cd72023-07-28 17:14:50 +00009build --cxxopt=-std=c++14
10build --host_cxxopt=-std=c++14
Serge Bazanskid9567b32023-10-08 12:28:06 +000011build --java_language_version=11