forked from hermeticbuild/rules_rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bazelrc
More file actions
18 lines (15 loc) · 833 Bytes
/
.bazelrc
File metadata and controls
18 lines (15 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Don’t want to push a rules author to update their deps if not needed.
# https://bazel.build/reference/command-line-reference#flag--check_direct_dependencies
# https://bazelbuild.slack.com/archives/C014RARENH0/p1691158021917459?thread_ts=1691156601.420349&cid=C014RARENH0
common --check_direct_dependencies=off
common --@rules_go//go/config:pure
common --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
common --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1
common --repo_contents_cache=~/bazel_repo_contents_cache
common --disk_cache=~/bazel_cache
common --@llvm//config:experimental_stub_libgcc_s
common --enable_platform_specific_config
common:linux --host_platform=//:local_gnu_platform
common --remote_cache=grpcs://remote.buildbuddy.io
common --experimental_remote_downloader=grpcs://remote.buildbuddy.io
common:remote --jobs=800