Skip to content

Commit d69f64d

Browse files
committed
chore: update bazelrc
1 parent f2cd19c commit d69f64d

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.bazelrc

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
startup --windows_enable_symlinks
2-
common --enable_bzlmod
3-
build --registry=https://raw.githubusercontent.com/bazelboost/registry/main
4-
build --registry=https://bcr.bazel.build
5-
build --enable_platform_specific_config
6-
build --incompatible_use_platforms_repo_for_constraints
7-
build --incompatible_enable_cc_toolchain_resolution
8-
build --incompatible_strict_action_env
9-
build --enable_runfiles
10-
build --noincompatible_remove_rule_name_parameter
11-
query --noincompatible_remove_rule_name_parameter
12-
13-
# Temporary until https://github.com/grailbio/bazel-toolchain/pull/198 is merged
14-
build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux
15-
16-
common:ci --announce_rc
17-
common:ci --verbose_failures
18-
common:ci --keep_going
19-
common:ci --disk_cache=~/.cache/bazel-disk-cache
1+
import %workspace%/bazel/common.bazelrc
202

213
try-import %workspace%/user.bazelrc

0 commit comments

Comments
 (0)