Skip to content
Snippets Groups Projects
Unverified Commit b30a984d authored by Zubin's avatar Zubin Committed by Julian Ospald
Browse files

Add curl to ubuntu tar job

more ubuntu fixes

more ubuntu fixes
parent 5c4f8829
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ tar-x86_64-linux-ubuntu18.04:
TARBALL_EXT: tar.xz
before_script:
- apt update
- apt install -y make tar xz-utils
- apt install -y make tar xz-utils curl
test-x86_64-linux-ubuntu18.04:
extends:
......@@ -209,7 +209,7 @@ test-x86_64-linux-ubuntu18.04:
needs: ["tar-x86_64-linux-ubuntu18.04"]
before_script:
- apt update
- apt install -y tree patchelf make
- apt install -y tree patchelf make curl build-essential
###########################
......@@ -239,7 +239,7 @@ tar-x86_64-linux-ubuntu20.04:
TARBALL_EXT: tar.xz
before_script:
- apt update
- apt install -y make tar xz-utils
- apt install -y make tar xz-utils curl
test-x86_64-linux-ubuntu20.04:
extends:
......@@ -248,7 +248,7 @@ test-x86_64-linux-ubuntu20.04:
needs: ["tar-x86_64-linux-ubuntu20.04"]
before_script:
- apt update
- apt install -y tree patchelf make
- apt install -y tree patchelf make curl build-essential
######################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment