This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit a77c552
committed
Auto merge of rust-lang#110972 - ehuss:remove-awscli, r=pietroalbini
Remove aws cli install.
All runner images have the AWS CLI 2 installed, so there isn't a really strong reason to install our own version anymore.
The version we were installing was 1.27.122. The runner images currently have 2.11.x (the exact version varies by image).
I do not have the means to really test if the new version has any issues. I looked at all the `aws` commands, and none of them seem to be doing anything unusual. The page at https://docs.aws.amazon.com/cli/latest/userguide/cliv2-migration-changes.html contains a list of all the breaking changes, and I didn't see anything that looked important.File tree
4 files changed
+6
-51
lines changed- .github/workflows
- src/ci
- docker
- github-actions
- scripts
4 files changed
+6
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 101 | | |
105 | 102 | | |
106 | 103 | | |
| |||
170 | 167 | | |
171 | 168 | | |
172 | 169 | | |
| 170 | + | |
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
| |||
521 | 519 | | |
522 | 520 | | |
523 | 521 | | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | 522 | | |
528 | 523 | | |
529 | 524 | | |
| |||
593 | 588 | | |
594 | 589 | | |
595 | 590 | | |
| 591 | + | |
596 | 592 | | |
597 | 593 | | |
598 | 594 | | |
| |||
637 | 633 | | |
638 | 634 | | |
639 | 635 | | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | 636 | | |
644 | 637 | | |
645 | 638 | | |
| |||
706 | 699 | | |
707 | 700 | | |
708 | 701 | | |
| 702 | + | |
709 | 703 | | |
710 | 704 | | |
711 | 705 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | 163 | | |
166 | 164 | | |
167 | 165 | | |
| |||
This file was deleted.
0 commit comments