Skip to content

Commit 06f2218

Browse files
rmacnak-googleCommit Queue
authored and
Commit Queue
committed
[build] Unconditionally pull x64 clang on Windows.
The status quo works for the wrong reason: the Windows ARM64 machines are running x64 Python. Change-Id: I8c31c953109700f5c0187766b6f46190d63a5a7f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/308243 Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
1 parent ce9b44e commit 06f2218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ deps = {
517517
"version": Var("clang_version"),
518518
},
519519
],
520-
"condition": "host_cpu == x64 and host_os == win",
520+
"condition": "host_os == win", # On ARM64 Windows too because Fuchsia doesn't provide the host-arm64 toolchain.
521521
"dep_type": "cipd",
522522
},
523523
Var("dart_root") + "/buildtools/linux-arm64/clang": {

0 commit comments

Comments
 (0)