豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit ec636aa

Browse files
kormidedevversion
authored andcommitted
fix(bazel/browsers): exclude unnecessary chromium file containing spaces on windows
1 parent 8b36a85 commit ec636aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bazel/browsers/chromium/chromium.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ def define_chromium_repositories():
6363
named_files = {
6464
"CHROMIUM": "chrome-win/chrome.exe",
6565
},
66+
exclude_patterns = [
67+
# Exclude files with spaces to prevent errors when symlinked as runfiles (https://github.com/bazelbuild/bazel/issues/4327).
68+
"chrome-win/First Run",
69+
],
6670
)
6771

6872
browser_archive(

0 commit comments

Comments
 (0)