mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
[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:
parent
c348fd0865
commit
0a64e4c11c
1 changed files with 1 additions and 1 deletions
2
DEPS
2
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',
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue