Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Artem Pelenitsyn
Cabal
Commits
bdb857a0
Unverified
Commit
bdb857a0
authored
2 years ago
by
Mikolaj Konarski
Browse files
Options
Downloads
Patches
Plain Diff
Permit pre-releases in gitlab CI
parent
9177f336
No related branches found
Branches containing commit
Tags
gitlab-ci-try1-3.8.0.20220526
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-2
16 additions, 2 deletions
.gitlab-ci.yml
with
16 additions
and
2 deletions
.gitlab-ci.yml
+
16
−
2
View file @
bdb857a0
...
...
@@ -37,6 +37,8 @@ build-aarch64-linux-deb10:
TARBALL_ARCHIVE_SUFFIX
:
aarch64-linux-deb10
TARBALL_EXT
:
tar.xz
ADD_CABAL_ARGS
:
"
"
# this permits building pre-releases that are not on Hackage
CABAL_INSTALL_VERSION
:
3.4.0.0
build-armv7-linux-deb10
:
extends
:
.build
...
...
@@ -47,7 +49,7 @@ build-armv7-linux-deb10:
TARBALL_ARCHIVE_SUFFIX
:
armv7-linux-deb1
TARBALL_EXT
:
tar.xz
ADD_CABAL_ARGS
:
"
"
# t
emp, because 3.6.2.0 is broken
# t
his permits building pre-releases that are not on Hackage
CABAL_INSTALL_VERSION
:
3.4.0.0
retry
:
2
...
...
@@ -60,6 +62,8 @@ build-x86_64-linux:
TARBALL_ARCHIVE_SUFFIX
:
x86_64-linux-deb10
TARBALL_EXT
:
tar.xz
ADD_CABAL_ARGS
:
"
--enable-split-sections"
# this permits building pre-releases that are not on Hackage
CABAL_INSTALL_VERSION
:
3.4.0.0
build-x86_64-linux-alpine
:
extends
:
.build
...
...
@@ -73,6 +77,8 @@ build-x86_64-linux-alpine:
TARBALL_ARCHIVE_SUFFIX
:
x86_64-linux-alpine
TARBALL_EXT
:
tar.xz
ADD_CABAL_ARGS
:
"
--enable-split-sections
--enable-executable-static"
# this permits building pre-releases that are not on Hackage
CABAL_INSTALL_VERSION
:
3.4.0.0
build-i386-linux-alpine
:
extends
:
.build
...
...
@@ -88,7 +94,7 @@ build-i386-linux-alpine:
TARBALL_ARCHIVE_SUFFIX
:
i386-linux-alpine
TARBALL_EXT
:
tar.xz
ADD_CABAL_ARGS
:
"
--enable-split-sections
--enable-executable-static"
# t
emp, because 3.6.2.0 is broken
# t
his permits building pre-releases that are not on Hackage
CABAL_INSTALL_VERSION
:
3.4.0.0
build-x86_64-freebsd12
:
...
...
@@ -99,6 +105,8 @@ build-x86_64-freebsd12:
TARBALL_ARCHIVE_SUFFIX
:
x86_64-freebsd12
TARBALL_EXT
:
tar.xz
ADD_CABAL_ARGS
:
"
--enable-split-sections"
# this permits building pre-releases that are not on Hackage
CABAL_INSTALL_VERSION
:
3.4.0.0
build-x86_64-darwin
:
extends
:
.build
...
...
@@ -108,6 +116,8 @@ build-x86_64-darwin:
TARBALL_ARCHIVE_SUFFIX
:
x86_64-darwin
TARBALL_EXT
:
tar.xz
ADD_CABAL_ARGS
:
"
"
# this permits building pre-releases that are not on Hackage
CABAL_INSTALL_VERSION
:
3.4.0.0
build-aarch64-darwin
:
stage
:
build
...
...
@@ -133,6 +143,8 @@ build-aarch64-darwin:
TARBALL_ARCHIVE_SUFFIX
:
aarch64-darwin
TARBALL_EXT
:
tar.xz
ADD_CABAL_ARGS
:
"
"
# this permits building pre-releases that are not on Hackage
CABAL_INSTALL_VERSION
:
3.4.0.0
artifacts
:
expire_in
:
2 week
paths
:
...
...
@@ -149,4 +161,6 @@ build-x86_64-windows:
TARBALL_ARCHIVE_SUFFIX
:
x86_64-windows
TARBALL_EXT
:
zip
ADD_CABAL_ARGS
:
"
"
# this permits building pre-releases that are not on Hackage
CABAL_INSTALL_VERSION
:
3.4.0.0
retry
:
2
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