File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ WORKDIR /app
187
187
<% end %>
188
188
189
189
<% if fle? %>
190
- RUN curl -fLo libmongocrypt-all.tar.gz "https://s3.amazonaws.com/mciuploads/libmongocrypt/all/master/latest/libmongocrypt-all.tar.gz"
190
+ RUN curl --retry 3 - fLo libmongocrypt-all.tar.gz "https://s3.amazonaws.com/mciuploads/libmongocrypt/all/master/latest/libmongocrypt-all.tar.gz"
191
191
RUN tar xf libmongocrypt-all.tar.gz
192
192
193
193
<%= "ENV LIBMONGOCRYPT_PATH #{libmongocrypt_path}" %>
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ functions:
51
51
#curl -sfLo egos https://raw.githubusercontent.com/p-mongo/egos/master/egos
52
52
53
53
# C version:
54
- curl -sfLo egos.c https://raw.githubusercontent.com/p-mongo/egos/master/egos.c
54
+ curl --retry 3 - sfLo egos.c https://raw.githubusercontent.com/p-mongo/egos/master/egos.c
55
55
gcc -O2 -g -oegos -lrt egos.c
56
56
57
57
<% if @atlas %>
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ setup_ruby() {
146
146
# export PATH=/opt/python/3.7/bin:$PATH
147
147
148
148
# 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
150
150
tar xf ruby-head.tar.bz2
151
151
export PATH=` pwd` /ruby-head/bin:` pwd` /ruby-head/lib/ruby/gems/2.6.0/bin:$PATH
152
152
ruby --version
@@ -165,7 +165,7 @@ setup_ruby() {
165
165
# export PATH=`pwd`/rubies/python/3/bin:$PATH
166
166
167
167
# 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
169
169
# find . -path \*/lib/bundler/fetcher.rb -exec patch {} bundler-openssl.diff \;
170
170
171
171
else
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ elif test "$AUTH" = kerberos; then
253
253
fi
254
254
255
255
if test -n " $FLE " ; then
256
- curl -fLo libmongocrypt-all.tar.gz " https://s3.amazonaws.com/mciuploads/libmongocrypt/all/master/latest/libmongocrypt-all.tar.gz"
256
+ curl --retry 3 - fLo libmongocrypt-all.tar.gz " https://s3.amazonaws.com/mciuploads/libmongocrypt/all/master/latest/libmongocrypt-all.tar.gz"
257
257
tar xf libmongocrypt-all.tar.gz
258
258
259
259
export LIBMONGOCRYPT_PATH=` pwd` /rhel-70-64-bit/nocrypto/lib64/libmongocrypt.so
You can’t perform that action at this time.
0 commit comments