1
Fork 0
hermetic_cc_toolchain/.bazelrc

17 lines
576 B
Plaintext

test --sandbox_default_allow_network=false
test --test_output=errors
build --verbose_failures
build --worker_sandboxing
build --experimental_reuse_sandbox_directories
build --incompatible_enable_cc_toolchain_resolution
build --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
#https://github.com/tweag/rules_nixpkgs#nixpkgs_java_configure
build --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host
build --java_runtime_version=nixpkgs_java_11
build --tool_java_runtime_version=nixpkgs_java_11
build --java_language_version=11
build --tool_java_language_version=11