Skip to content

Commit 344fef5

Browse files
committed
Try updating the .bazelrc file
1 parent f78ccbc commit 344fef5

File tree

2 files changed

+35
-25
lines changed

2 files changed

+35
-25
lines changed

.bazelrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,15 @@ build:rbe_release --config=release
123123
build:rbe_release --config=rbe
124124
build:rbe_release --remote_download_toplevel
125125

126+
build:rbe-ci:linux --//common:use_pinned_linux_chrome=true
127+
build:rbe-ci:linux --//common:use_pinned_linux_firefox=true
128+
build:rbe-ci:linux --//common:use_pinned_linux_edge=true
129+
130+
build:rbe-ci:macos --//common:use_pinned_macos_chrome=true
131+
build:rbe-ci:macos --//common:use_pinned_macos_firefox=true
132+
build:rbe-ci:macos --//common:use_pinned_macos_edge=true
133+
134+
build:rbe-ci --//common:headless=true
135+
126136
# RBE
127137
import %workspace%/.bazelrc.remote

common/repositories.bzl

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def pin_browsers():
1111

1212
http_archive(
1313
name = "linux_firefox",
14-
url = "https://ftp.mozilla.org/pub/firefox/releases/136.0.2/linux-x86_64/en-US/firefox-136.0.2.tar.xz",
15-
sha256 = "7ea3882e814669784f0960e4d6bb50a0ac88997a1d17fb125d0f411961ad763a",
14+
url = "https://ftp.mozilla.org/pub/firefox/releases/136.0.4/linux-x86_64/en-US/firefox-136.0.4.tar.xz",
15+
sha256 = "ffebf056b2d6cb477ed5768b899d84b6ba553787ca9465cd5783f5e3ebbe75d7",
1616
build_file_content = """
1717
load("@aspect_rules_js//js:defs.bzl", "js_library")
1818
package(default_visibility = ["//visibility:public"])
@@ -33,8 +33,8 @@ js_library(
3333

3434
dmg_archive(
3535
name = "mac_firefox",
36-
url = "https://ftp.mozilla.org/pub/firefox/releases/136.0.2/mac/en-US/Firefox%20136.0.2.dmg",
37-
sha256 = "69a917a6cdfa7c5ac44d8df9c03329faf46cb8b4f969826f2b33c1fd4cb43f08",
36+
url = "https://ftp.mozilla.org/pub/firefox/releases/136.0.4/mac/en-US/Firefox%20136.0.4.dmg",
37+
sha256 = "c1cb0a0b2ec2c733e77529a5f87a7ed834551712c1b91aa2ab06f9f921eb154f",
3838
build_file_content = """
3939
load("@aspect_rules_js//js:defs.bzl", "js_library")
4040
package(default_visibility = ["//visibility:public"])
@@ -50,8 +50,8 @@ js_library(
5050

5151
http_archive(
5252
name = "linux_beta_firefox",
53-
url = "https://ftp.mozilla.org/pub/firefox/releases/137.0b9/linux-x86_64/en-US/firefox-137.0b9.tar.xz",
54-
sha256 = "c31ca582522327d3946d33e4bb610d340e8b80b82a8d94f1397abe1a2493c4b2",
53+
url = "https://ftp.mozilla.org/pub/firefox/releases/137.0b10/linux-x86_64/en-US/firefox-137.0b10.tar.xz",
54+
sha256 = "319af71913886726333110cc2f365b39cdaa120d90938869985f8967e8f4f4af",
5555
build_file_content = """
5656
load("@aspect_rules_js//js:defs.bzl", "js_library")
5757
package(default_visibility = ["//visibility:public"])
@@ -72,8 +72,8 @@ js_library(
7272

7373
dmg_archive(
7474
name = "mac_beta_firefox",
75-
url = "https://ftp.mozilla.org/pub/firefox/releases/137.0b9/mac/en-US/Firefox%20137.0b9.dmg",
76-
sha256 = "55ac7aa4c6fff6c84cfef94850482f733a83a8f8a61167b76b3e0ef43a5f76ac",
75+
url = "https://ftp.mozilla.org/pub/firefox/releases/137.0b10/mac/en-US/Firefox%20137.0b10.dmg",
76+
sha256 = "93de7f00a296d0027295020bb8c6378fa1a95015bc78ec0bb3ffd60d264ccb0e",
7777
build_file_content = """
7878
load("@aspect_rules_js//js:defs.bzl", "js_library")
7979
package(default_visibility = ["//visibility:public"])
@@ -123,10 +123,10 @@ js_library(
123123

124124
pkg_archive(
125125
name = "mac_edge",
126-
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/48fbf911-c173-49ef-a3cd-44bea1f03e93/MicrosoftEdge-134.0.3124.83.pkg",
127-
sha256 = "9e32af222a441f8f0858dd87191b5163e9c6fa86e73243b69eea63db04cac169",
126+
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/7697fb1f-03b9-4c5b-a21a-db2973b936d9/MicrosoftEdge-134.0.3124.95.pkg",
127+
sha256 = "0384868c1c3d97d60ff5da6500e6b48a9a47cadf46a509a2c6598b6d916a6b91",
128128
move = {
129-
"MicrosoftEdge-134.0.3124.83.pkg/Payload/Microsoft Edge.app": "Edge.app",
129+
"MicrosoftEdge-134.0.3124.95.pkg/Payload/Microsoft Edge.app": "Edge.app",
130130
},
131131
build_file_content = """
132132
load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -143,8 +143,8 @@ js_library(
143143

144144
deb_archive(
145145
name = "linux_edge",
146-
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_134.0.3124.83-1_amd64.deb",
147-
sha256 = "df95dffa59575a01065f1c35170305e6dca194d09c42538a7983fe4142bb5963",
146+
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_134.0.3124.95-1_amd64.deb",
147+
sha256 = "be04c997d06631d9b8030d450a921fab37e682c2ee63ad46fd14a403aea43e12",
148148
build_file_content = """
149149
load("@aspect_rules_js//js:defs.bzl", "js_library")
150150
package(default_visibility = ["//visibility:public"])
@@ -165,8 +165,8 @@ js_library(
165165

166166
http_archive(
167167
name = "linux_edgedriver",
168-
url = "https://msedgedriver.azureedge.net/134.0.3124.83/edgedriver_linux64.zip",
169-
sha256 = "e1b72b689773624f3a6ec0b08273453b2b230074224fcc1e80adc8ad04faca0b",
168+
url = "https://msedgedriver.azureedge.net/134.0.3124.95/edgedriver_linux64.zip",
169+
sha256 = "fe4806a8b359729fa59a1e827fd464a8b76a7060725a615dc52b1f6d1a9a4446",
170170
build_file_content = """
171171
load("@aspect_rules_js//js:defs.bzl", "js_library")
172172
package(default_visibility = ["//visibility:public"])
@@ -182,8 +182,8 @@ js_library(
182182

183183
http_archive(
184184
name = "mac_edgedriver",
185-
url = "https://msedgedriver.azureedge.net/134.0.3124.83/edgedriver_mac64.zip",
186-
sha256 = "9839de83ae375ad5dd136827b46cfa21b486265cf87b471a7abd2dc07812f79b",
185+
url = "https://msedgedriver.azureedge.net/134.0.3124.95/edgedriver_mac64.zip",
186+
sha256 = "ba2c2e4efd1239e03ab5690a34efd0f32fd6aa7d534715da5e84e270870ef8b9",
187187
build_file_content = """
188188
load("@aspect_rules_js//js:defs.bzl", "js_library")
189189
package(default_visibility = ["//visibility:public"])
@@ -279,8 +279,8 @@ js_library(
279279

280280
http_archive(
281281
name = "linux_beta_chrome",
282-
url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.17/linux64/chrome-linux64.zip",
283-
sha256 = "ff99e9ff5f4f1e67e8f0dc769a545ad9aeb73ed16c0febbfda13eb6902863055",
282+
url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.41/linux64/chrome-linux64.zip",
283+
sha256 = "9f792b4d1400f1e8fe18fa2478b785eea32353391a0b0d29436b86c0753c4698",
284284
build_file_content = """
285285
load("@aspect_rules_js//js:defs.bzl", "js_library")
286286
package(default_visibility = ["//visibility:public"])
@@ -301,8 +301,8 @@ js_library(
301301

302302
http_archive(
303303
name = "mac_beta_chrome",
304-
url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.17/mac-x64/chrome-mac-x64.zip",
305-
sha256 = "93ec418e05f3133f76a5a556b039227bee5c4a7997b94c4e67f8d8508f06a998",
304+
url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.41/mac-x64/chrome-mac-x64.zip",
305+
sha256 = "bf70f7d12464235c023fc783206b3649810eedcf4e18449df583d52e0a95e5eb",
306306
strip_prefix = "chrome-mac-x64",
307307
patch_cmds = [
308308
"mv 'Google Chrome for Testing.app' Chrome.app",
@@ -323,8 +323,8 @@ js_library(
323323

324324
http_archive(
325325
name = "linux_beta_chromedriver",
326-
url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.17/linux64/chromedriver-linux64.zip",
327-
sha256 = "67d418d1f2ffaefce77f3b9ad97ce5772db4095da2a7564934c09b80769e6d94",
326+
url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.41/linux64/chromedriver-linux64.zip",
327+
sha256 = "0032946c1a855b41d8640e2dbb98c7f2c03a9641906e24d57743e051343905ec",
328328
strip_prefix = "chromedriver-linux64",
329329
build_file_content = """
330330
load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -341,8 +341,8 @@ js_library(
341341

342342
http_archive(
343343
name = "mac_beta_chromedriver",
344-
url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.17/mac-x64/chromedriver-mac-x64.zip",
345-
sha256 = "13b78b1f19895d00e19dbb46d11264d52742832d175081b9d2931d3f71cf7c47",
344+
url = "https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.41/mac-x64/chromedriver-mac-x64.zip",
345+
sha256 = "16ff76245d5c45f9e0b16399295b6c3664f2b74381f5d2a059320eed418fe3c4",
346346
strip_prefix = "chromedriver-mac-x64",
347347
build_file_content = """
348348
load("@aspect_rules_js//js:defs.bzl", "js_library")

0 commit comments

Comments
 (0)