Skip to content

Commit e6a948f

Browse files
authored
Rollup merge of rust-lang#61707 - wesleywiser:awscli_retry, r=alexcrichton
Azure: retry failed awscli installs Fixes rust-lang#61604 r? @pietroalbini
2 parents bd57c18 + 41e976b commit e6a948f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/steps/run.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ steps:
7474
# images, etc.
7575
- bash: |
7676
set -e
77+
source src/ci/shared.sh
7778
sudo apt-get install -y python3-setuptools
78-
pip3 install awscli --upgrade --user
79+
retry pip3 install awscli --upgrade --user
7980
echo "##vso[task.prependpath]$HOME/.local/bin"
8081
displayName: Install awscli (Linux)
8182
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))

0 commit comments

Comments
 (0)