Skip to content

Commit 106d3a6

Browse files
fishythefishCommit Queue
authored andcommitted
[DEPS] Restore Firefox/JSC to 133.0 to avoid breaking wasm tests
Change-Id: I19f44c656023b6940cd8161ea5b367ec56fa9845 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403947 Reviewed-by: Sigmund Cherem <[email protected]> Auto-Submit: Mayank Patke <[email protected]> Commit-Queue: Mayank Patke <[email protected]>
1 parent ad481ff commit 106d3a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ vars = {
7272
# instructions. d8, the V8 shell, is always checked out.
7373
"checkout_javascript_engines": False,
7474
"d8_tag": "version:13.4.32",
75-
"jsshell_tag": "version:134.0",
75+
"jsshell_tag": "version:133.0",
7676
"jsc_tag": "version:288804",
7777

7878
# https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang
@@ -182,7 +182,7 @@ vars = {
182182
"download_chrome": False,
183183
"chrome_tag": "132.0.6834.83",
184184
"download_firefox": False,
185-
"firefox_tag": "134.0",
185+
"firefox_tag": "133.0.3",
186186

187187
# Emscripten is used in dart2wasm tests.
188188
"download_emscripten": False,

0 commit comments

Comments
 (0)