Skip to content

Commit

Permalink
fix(bazel/browsers): exclude unnecessary chromium file containing spa…
Browse files Browse the repository at this point in the history
…ces on windows
  • Loading branch information
kormide authored and devversion committed Jun 9, 2022
1 parent 8b36a85 commit ec636aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bazel/browsers/chromium/chromium.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ def define_chromium_repositories():
named_files = {
"CHROMIUM": "chrome-win/chrome.exe",
},
exclude_patterns = [
# Exclude files with spaces to prevent errors when symlinked as runfiles (https://github.com/bazelbuild/bazel/issues/4327).
"chrome-win/First Run",
],
)

browser_archive(
Expand Down

0 comments on commit ec636aa

Please sign in to comment.