Skip to content

Commit 7dbe18a

Browse files
rmacnak-googleCommit Queue
authored andcommitted
Roll Fuchsia SDK from 25.20241104.6.1 to 26.20241209.5.1
Cq-Include-Trybots: luci.dart.try:vm-fuchsia-release-x64-try,vm-fuchsia-release-arm64-try Change-Id: Iee85e6c34b588601fd26b383ec6bd8adaafbcc21 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/399628 Commit-Queue: Ryan Macnak <[email protected]> Reviewed-by: Siva Annamalai <[email protected]>
1 parent 9936040 commit 7dbe18a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ vars = {
8585
"download_reclient": True,
8686

8787
# Update from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core
88-
"fuchsia_sdk_version": "version:25.20241104.6.1",
88+
"fuchsia_sdk_version": "version:26.20241209.5.1",
8989
"download_fuchsia_deps": False,
9090

9191
# Ninja, runs the build based on files generated by GN.

pkg/test_runner/lib/src/fuchsia.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class FuchsiaEmulator {
2525
var args = <String>[
2626
"./build/fuchsia/test_env.py",
2727
"--out-dir=${_outDir(buildDir, mode)}",
28-
"--device-spec=virtual_device_large",
28+
"--device-spec=$arch-emu-large",
2929
"--packages=dart_test_$mode.far",
3030
"--logs-dir=${daemonIsolateDir!.path}"
3131
];

0 commit comments

Comments
 (0)