Skip to content

Commit 8db5bb3

Browse files
committed
Fix local firefox test runs
1 parent e3b7ad9 commit 8db5bb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ try-import %workspace%/.bazelrc.windows.local
88
# https://github.com/bazelbuild/bazel/issues/20369
99
# https://github.com/bazelbuild/bazel/issues/21491
1010

11+
# Required to enable pinned browsers locally. Remove this once we get rid of `$(location)` macros
12+
common --legacy_external_runfiles
13+
1114
# Required for rules_closure
1215
common --enable_workspace
1316
common --noincompatible_disallow_struct_provider_syntax

0 commit comments

Comments
 (0)