From 06f221864c2403e736d2f5c0697a136692ac1be0 Mon Sep 17 00:00:00 2001 From: Ryan Macnak Date: Thu, 8 Jun 2023 23:45:57 +0000 Subject: [PATCH] [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 Commit-Queue: Ryan Macnak --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9b7cb3dcd45..d498bd29c0e 100644 --- a/DEPS +++ b/DEPS @@ -517,7 +517,7 @@ deps = { "version": Var("clang_version"), }, ], - "condition": "host_cpu == x64 and host_os == win", + "condition": "host_os == win", # On ARM64 Windows too because Fuchsia doesn't provide the host-arm64 toolchain. "dep_type": "cipd", }, Var("dart_root") + "/buildtools/linux-arm64/clang": {