Skip to content

Commit f2bffc6

Browse files
athomascommit-bot@chromium.org
authored andcommitted
Revert "[infra] Upgrade gsutil to a new version (#31065)"
This reverts commit 787194e. Reason for revert: Broke windows bots. Original change's description: > [infra] Upgrade gsutil to a new version (#31065) > > Change-Id: Ie78c6295a5b11cc12adc07a65f716638bcc71495 > Reviewed-on: https://dart-review.googlesource.com/c/79208 > Reviewed-by: Martin Kustermann <[email protected]> > Commit-Queue: Martin Kustermann <[email protected]> [email protected],[email protected] Change-Id: I75c0a2731f80e969fdcd06a6ca2ed72a0407dfbc No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/79214 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
1 parent 1809bae commit f2bffc6

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

DEPS

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,6 @@ deps = {
192192
"https://boringssl.googlesource.com/boringssl.git" +
193193
"@" + Var("boringssl_rev"),
194194

195-
Var("dart_root") + "/third_party/gsutil": {
196-
"packages": [{
197-
"package": "infra/gsutil",
198-
"version": "version:4.34",
199-
}],
200-
"dep_type": "cipd",
201-
},
202-
203195
Var("dart_root") + "/third_party/root_certificates":
204196
Var("dart_git") + "root_certificates.git" +
205197
"@" + Var("root_certificates_rev"),
@@ -429,6 +421,20 @@ hooks = [
429421
Var('dart_root') + "/third_party/7zip.tar.gz.sha1",
430422
],
431423
},
424+
{
425+
"name": "gsutil",
426+
"pattern": ".",
427+
"action": [
428+
"download_from_google_storage",
429+
"--no_auth",
430+
"--no_resume",
431+
"--bucket",
432+
"dart-dependencies",
433+
"--extract",
434+
"-s",
435+
Var('dart_root') + "/third_party/gsutil.tar.gz.sha1",
436+
],
437+
},
432438
{
433439
# Pull Debian wheezy sysroot for i386 Linux
434440
'name': 'sysroot_i386',

third_party/gsutil.tar.gz.sha1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
99b82a42b98b78fc2a3f155995a16d8d7517b657

0 commit comments

Comments
 (0)