[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 <athom@google.com>
This commit is contained in:
Jonas Termansen 2024-01-10 15:29:28 +00:00
parent c348fd0865
commit 0a64e4c11c

2
DEPS
View file

@ -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',
},