mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-02-16 08:56:44 +00:00
This is needed for newer versions of the gerrit owners plugin. We also need to add zlib to our shell, as binary builds of JDK11 used by Bazel require it. Change-Id: Idbbc5e0d88cac13daf2e5f201be6032412bf1a5d Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1641 Reviewed-by: implr <implr@hackerspace.pl>
11 lines
356 B
Text
11 lines
356 B
Text
# 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
|