1
Fork 0
hermetic_cc_toolchain/.bazelrc

16 lines
673 B
Plaintext
Raw Normal View History

2021-04-10 01:05:01 +03:00
build --symlink_prefix=dist/
test --test_output=errors
test:debug --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results --define=VERBOSE_LOGS=1
run:debug --define=VERBOSE_LOGS=1 -- --node_options=--inspect-brk
build:debug --compilation_mode=dbg
build --nolegacy_external_runfiles
build --incompatible_strict_action_env
run --incompatible_strict_action_env
try-import %workspace%/.bazelrc.user
build --worker_sandboxing
build --incompatible_enable_cc_toolchain_resolution
build --incompatible_use_cc_configure_from_rules_cc
build --incompatible_use_platforms_repo_for_constraints
build --javabase=@bazel_tools//tools/jdk:remote_jdk11