We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b7ad9 commit 8db5bb3Copy full SHA for 8db5bb3
.bazelrc
@@ -8,6 +8,9 @@ try-import %workspace%/.bazelrc.windows.local
8
# https://github.com/bazelbuild/bazel/issues/20369
9
# https://github.com/bazelbuild/bazel/issues/21491
10
11
+# Required to enable pinned browsers locally. Remove this once we get rid of `$(location)` macros
12
+common --legacy_external_runfiles
13
+
14
# Required for rules_closure
15
common --enable_workspace
16
common --noincompatible_disallow_struct_provider_syntax
0 commit comments