File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ setup_ruby() {
146146 # export PATH=/opt/python/3.7/bin:$PATH
147147
148148 # 12.04, 14.04 and 16.04 are good
149- curl -fLo ruby-head.tar.bz2 http://rubies.travis-ci.org/ubuntu/` lsb_release -rs` /x86_64/ruby-head.tar.bz2
149+ curl --retry 3 - fLo ruby-head.tar.bz2 http://rubies.travis-ci.org/ubuntu/` lsb_release -rs` /x86_64/ruby-head.tar.bz2
150150 tar xf ruby-head.tar.bz2
151151 export PATH=` pwd` /ruby-head/bin:` pwd` /ruby-head/lib/ruby/gems/2.6.0/bin:$PATH
152152 ruby --version
@@ -165,7 +165,7 @@ setup_ruby() {
165165 # export PATH=`pwd`/rubies/python/3/bin:$PATH
166166
167167 # Attempt to get bundler to report all errors - so far unsuccessful
168- # curl -o bundler-openssl.diff https://github.com/bundler/bundler/compare/v2.0.1...p-mongo:report-errors.diff
168+ # curl --retry 3 - o bundler-openssl.diff https://github.com/bundler/bundler/compare/v2.0.1...p-mongo:report-errors.diff
169169 # find . -path \*/lib/bundler/fetcher.rb -exec patch {} bundler-openssl.diff \;
170170
171171 else
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ elif test "$AUTH" = kerberos; then
195195fi
196196
197197if test -n " $FLE " ; then
198- curl -fLo libmongocrypt-all.tar.gz " https://s3.amazonaws.com/mciuploads/libmongocrypt/all/master/latest/libmongocrypt-all.tar.gz"
198+ curl --retry 3 - fLo libmongocrypt-all.tar.gz " https://s3.amazonaws.com/mciuploads/libmongocrypt/all/master/latest/libmongocrypt-all.tar.gz"
199199 tar xf libmongocrypt-all.tar.gz
200200
201201 export LIBMONGOCRYPT_PATH=` pwd` /rhel-70-64-bit/nocrypto/lib64/libmongocrypt.so
You can’t perform that action at this time.
0 commit comments