File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ vars = {
45
45
"fuchsia_git" : "https://fuchsia.googlesource.com" ,
46
46
"llvm_git" : "https://llvm.googlesource.com" ,
47
47
48
- # Checked-in SDK version. The checked-in SDK is a Dart SDK distribution in a
49
- # cipd package used to run Dart scripts in the build and test infrastructure,
50
- # which is automatically built on the release commits.
51
- # Use a dev commit because Windows ARM64 is not built on beta or stable .
52
- "sdk_tag" : "version:3.1 .0-298 .0.dev" ,
48
+ # Checked-in SDK version. The checked-in SDK is a Dart SDK distribution
49
+ # in a cipd package used to run Dart scripts in the build and test
50
+ # infrastructure, which is automatically built on the release commits.
51
+ # Use a published dev version to support unstable platforms .
52
+ "sdk_tag" : "version:3.2 .0-150 .0.dev" ,
53
53
54
54
# co19 is a cipd package. Use update.sh in tests/co19[_2] to update these
55
55
# hashes.
You can’t perform that action at this time.
0 commit comments