Skip to content

Commit c20b8d9

Browse files
committed
Pinned browsers: fixups for chrome on linux
1 parent 424ff53 commit c20b8d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _chrome():
114114
name = "linux_chrome",
115115
url = _versions["chrome"]["linux"]["url"],
116116
sha256 = _versions["chrome"]["linux"]["sha256"],
117-
build_file_content = "exports_files([\"chrome\"])",
117+
build_file_content = "exports_files([\"chrome-linux\"])",
118118
)
119119

120120
http_archive(

java/browsers.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chrome_data = select({
1414
chrome_jvm_flags = select({
1515
"//common:use_pinned_linux_chrome": [
1616
"-Dwebdriver.chrome.driver=$(location @linux_chromedriver//:chromedriver)",
17-
"-Dwebdriver.chrome.binary=$(location @linux_chome//:chrome-linux)/linux-chrome/chrome",
17+
"-Dwebdriver.chrome.binary=$(location @linux_chrome//:chrome-linux)/linux-chrome/chrome",
1818
],
1919
"//common:use_pinned_macos_chrome": [
2020
"-Dwebdriver.chrome.driver=$(location @mac_chromedriver//:chromedriver)",

0 commit comments

Comments
 (0)