We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef9cda commit e4c7dffCopy full SHA for e4c7dff
1 file changed
.bazelrc
@@ -20,3 +20,7 @@ test --test_output=errors
20
21
common --registry=https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/
22
common --registry=https://bcr.bazel.build
23
+
24
+# Import custom user settings
25
+# Can be used to enable e.g. sanitizers or other features without modifying the main .bazelrc
26
+try-import %workspace%/user.bazelrc
0 commit comments