blob: d56cdd1796a828f2450fb7bf9fa92641e981b954 [file] [log] [blame]
# https://github.com/bazelbuild/rules_docker/issues/842
build --host_force_python=PY3
test --host_force_python=PY3
run --host_force_python=PY3
build --stamp
build --workspace_status_command=./bzl/workspace-status.sh
test --build_tests_only
test --test_output=errors
build --cxxopt=-std=c++14
build --host_cxxopt=-std=c++14
build --java_language_version=11