Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Alexander Kaznacheev
GHC
Commits
d08ae6d6
There was an error fetching the commit references. Please try again later.
Unverified
Commit
d08ae6d6
authored
4 years ago
by
Zubin
Browse files
Options
Downloads
Patches
Plain Diff
ci: Rename alpine job to release-x86_64-linux-alpine-integer-simple
parent
669d5cb3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
d08ae6d6
...
@@ -949,7 +949,7 @@ release-x86_64-linux-deb8:
...
@@ -949,7 +949,7 @@ release-x86_64-linux-deb8:
BIN_DIST_PREP_TAR_COMP
:
"
ghc-x86_64-alpine-linux.tar.xz"
BIN_DIST_PREP_TAR_COMP
:
"
ghc-x86_64-alpine-linux.tar.xz"
# Can't use ld.gold due to #13958.
# Can't use ld.gold due to #13958.
CONFIGURE_ARGS
:
"
--disable-ld-override"
CONFIGURE_ARGS
:
"
--disable-ld-override"
HADRIAN_ARGS
:
"
--docs=no-sphinx
--integer-simple
"
HADRIAN_ARGS
:
"
--docs=no-sphinx"
# encoding004 due to lack of locale support
# encoding004 due to lack of locale support
# T10458 due to fact that dynamic linker tries to reload libAS
# T10458 due to fact that dynamic linker tries to reload libAS
BROKEN_TESTS
:
"
encoding004
T10458"
BROKEN_TESTS
:
"
encoding004
T10458"
...
@@ -959,9 +959,11 @@ release-x86_64-linux-deb8:
...
@@ -959,9 +959,11 @@ release-x86_64-linux-deb8:
when
:
always
when
:
always
expire_in
:
2 week
expire_in
:
2 week
release-x86_64-linux-alpine
:
release-x86_64-linux-alpine
-integer-simple
:
<<
:
*release
<<
:
*release
extends
:
.build-x86_64-linux-alpine-hadrian
extends
:
.build-x86_64-linux-alpine-hadrian
variables
:
HADRIAN_ARGS
:
"
--docs=no-sphinx
--integer-simple"
nightly-x86_64-linux-alpine
:
nightly-x86_64-linux-alpine
:
<<
:
*nightly
<<
:
*nightly
...
...
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