Skip to content

Commit a1b8a2d

Browse files
committed
Add curl to ubuntu tar job
more ubuntu fixes more ubuntu fixes
1 parent 647f4ed commit a1b8a2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ tar-x86_64-linux-ubuntu18.04:
200200
TARBALL_EXT: tar.xz
201201
before_script:
202202
- apt update
203-
- apt install -y make tar xz-utils
203+
- apt install -y make tar xz-utils curl
204204

205205
test-x86_64-linux-ubuntu18.04:
206206
extends:
@@ -209,7 +209,7 @@ test-x86_64-linux-ubuntu18.04:
209209
needs: ["tar-x86_64-linux-ubuntu18.04"]
210210
before_script:
211211
- apt update
212-
- apt install -y tree patchelf make
212+
- apt install -y tree patchelf make curl build-essential
213213

214214

215215
###########################
@@ -239,7 +239,7 @@ tar-x86_64-linux-ubuntu20.04:
239239
TARBALL_EXT: tar.xz
240240
before_script:
241241
- apt update
242-
- apt install -y make tar xz-utils
242+
- apt install -y make tar xz-utils curl
243243

244244
test-x86_64-linux-ubuntu20.04:
245245
extends:
@@ -248,7 +248,7 @@ test-x86_64-linux-ubuntu20.04:
248248
needs: ["tar-x86_64-linux-ubuntu20.04"]
249249
before_script:
250250
- apt update
251-
- apt install -y tree patchelf make
251+
- apt install -y tree patchelf make curl build-essential
252252

253253

254254
######################

0 commit comments

Comments
 (0)