File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ matrix:
113
113
- env : TARGET=x86_64-pc-windows-gnu STDSIMD_DISABLE_ASSERT_INSTR=1
114
114
- env : TARGET=i686-pc-windows-gnu
115
115
116
- install : rustup target add $TARGET
116
+ install : travis_retry rustup target add $TARGET
117
117
script :
118
118
- cargo generate-lockfile
119
119
- ci/run-docker.sh $TARGET $FEATURES
Original file line number Diff line number Diff line change 11
11
12
12
set -ex
13
13
14
- curl -O \
14
+ curl --retry 5 - O \
15
15
https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip
16
16
unzip -q android-ndk-r15b-linux-x86_64.zip
17
17
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -ex
19
19
# which apparently magically accepts the licenses.
20
20
21
21
mkdir sdk
22
- curl https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip -O
22
+ curl --retry 5 https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip -O
23
23
unzip -d sdk sdk-tools-linux-3859397.zip
24
24
25
25
case " $1 " in
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ main() {
24
24
apt-get install --no-install-recommends e2tools
25
25
26
26
pushd " $td "
27
- curl -O " ${URL} /${name} "
27
+ curl --retry 5 - O " ${URL} /${name} "
28
28
unzip -q " ${name} "
29
29
30
30
local system
You can’t perform that action at this time.
0 commit comments