File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ tar-x86_64-linux-ubuntu18.04:
200
200
TARBALL_EXT : tar.xz
201
201
before_script :
202
202
- apt update
203
- - apt install -y make tar xz-utils
203
+ - apt install -y make tar xz-utils curl
204
204
205
205
test-x86_64-linux-ubuntu18.04 :
206
206
extends :
@@ -209,7 +209,7 @@ test-x86_64-linux-ubuntu18.04:
209
209
needs : ["tar-x86_64-linux-ubuntu18.04"]
210
210
before_script :
211
211
- apt update
212
- - apt install -y tree patchelf make
212
+ - apt install -y tree patchelf make curl build-essential
213
213
214
214
215
215
# ##########################
@@ -239,7 +239,7 @@ tar-x86_64-linux-ubuntu20.04:
239
239
TARBALL_EXT : tar.xz
240
240
before_script :
241
241
- apt update
242
- - apt install -y make tar xz-utils
242
+ - apt install -y make tar xz-utils curl
243
243
244
244
test-x86_64-linux-ubuntu20.04 :
245
245
extends :
@@ -248,7 +248,7 @@ test-x86_64-linux-ubuntu20.04:
248
248
needs : ["tar-x86_64-linux-ubuntu20.04"]
249
249
before_script :
250
250
- apt update
251
- - apt install -y tree patchelf make
251
+ - apt install -y tree patchelf make curl build-essential
252
252
253
253
254
254
# #####################
You can’t perform that action at this time.
0 commit comments