From 0a64e4c11c3d40a7d2cdcb5dbf72efda47af2244 Mon Sep 17 00:00:00 2001 From: Jonas Termansen Date: Wed, 10 Jan 2024 15:29:28 +0000 Subject: [PATCH] [infra] Remove reclient from windows since gclient lies. This one goes all the way to the top, arm64 == x64! The python's involved. Change-Id: Ib97b279587b0eaa2cbe4d4915c9f878787b6fd0e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345543 Reviewed-by: Alexander Thomas --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 92c4814394f..11268e1c1d4 100644 --- a/DEPS +++ b/DEPS @@ -581,7 +581,7 @@ Var("dart_root") + "/third_party/pkg/tar": } ], # Download reclient only on the platforms where it has packages available. - 'condition': '((host_os == "linux" or host_os == "win" or host_os == "mac" ) and host_cpu == "x64") or (host_os == "mac" and host_cpu == "arm64")', + 'condition': '((host_os == "linux" or host_os == "mac" ) and host_cpu == "x64") or (host_os == "mac" and host_cpu == "arm64")', 'dep_type': 'cipd', },