Skip to content

Commit 87bd9c3

Browse files
authored
Update bazelrc (#10)
1 parent 8942f2e commit 87bd9c3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.bazelrc

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
build -c opt
2+
13
# https://github.com/bazelbuild/rules_foreign_cc/issues/1129#issuecomment-1863628259
24
build --noincompatible_sandbox_hermetic_tmp
3-
test --test_output=all
5+
test --test_output=all
6+
7+
# Optionally use private .bazelrc.local
8+
try-import %workspace%/.bazelrc.local

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ bazel-testlogs
66
genhtml
77
*.log
88
*.out
9-
.envrc.local
9+
.envrc.local
10+
.bazelrc.local

0 commit comments

Comments
 (0)