Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Haskell Language Server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julian Ospald
Haskell Language Server
Commits
b30a984d
Unverified
Commit
b30a984d
authored
2 years ago
by
Zubin
Committed by
Julian Ospald
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add curl to ubuntu tar job
more ubuntu fixes more ubuntu fixes
parent
5c4f8829
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
b30a984d
...
...
@@ -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
######################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment