forked from scionproto/scion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bazelrc
8 lines (6 loc) · 776 Bytes
/
.bazelrc
1
2
3
4
5
6
7
8
build --workspace_status_command=./tools/bazel-build-env --show_timestamps --remote_cache=grpc://localhost:9092 --experimental_remote_downloader=grpc://localhost:9092 --incompatible_default_to_explicit_init_py
test --incompatible_default_to_explicit_init_py
build --javabase=@remotejdk11_linux//:jdk --host_javabase=@remotejdk11_linux//:jdk --java_runtime_version=remotejdk_11
test:unit --test_tag_filters=unit --build_tests_only --print_relative_test_log_paths //...
test:integration_go --test_tag_filters=integration --build_tests_only --print_relative_test_log_paths //go/...
test:lint --test_tag_filters=lint --build_tests_only --print_relative_test_log_paths --test_summary terse --test_output errors --noshow_progress --experimental_convenience_symlinks=ignore //...