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
99e1816a
Commit
99e1816a
authored
5 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: Add Debian 10 builds
(cherry picked from commit
c0c77bda
)
parent
13dab275
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
+34
-1
34 additions, 1 deletion
.gitlab-ci.yml
with
34 additions
and
1 deletion
.gitlab-ci.yml
+
34
−
1
View file @
99e1816a
...
...
@@ -2,7 +2,7 @@ variables:
GIT_SSL_NO_VERIFY
:
"
1"
# Commit of ghc/ci-images repository from which to pull Docker images
DOCKER_REV
:
dea5cafb3693a771ff42cebd73d0c89f280beef0
DOCKER_REV
:
408eff66aef6ca2b44446c694c5a56d6ca0460cc
# Sequential version number capturing the versions of all tools fetched by
# .gitlab/win32-init.sh.
...
...
@@ -628,6 +628,39 @@ validate-x86_64-linux-deb9-dwarf:
TEST_ENV
:
"
x86_64-linux-deb9-dwarf"
BIN_DIST_PREP_TAR_COMP
:
"
ghc-x86_64-deb9-linux-dwarf.tar.xz"
#################################
# x86_64-linux-deb10
#################################
.build-x86_64-linux-deb10
:
extends
:
.validate-linux
stage
:
full-build
image
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:$DOCKER_REV"
variables
:
TEST_ENV
:
"
x86_64-linux-deb10"
BIN_DIST_PREP_TAR_COMP
:
"
./ghc-x86_64-deb10-linux.tar.xz"
cache
:
key
:
linux-x86_64-deb10
# Disabled to alleviate CI load
.validate-x86_64-linux-deb10
:
extends
:
.build-x86_64-linux-deb10
stage
:
full-build
nightly-x86_64-linux-deb10
:
extends
:
.build-x86_64-linux-deb10
artifacts
:
expire_in
:
2 weeks
variables
:
TEST_TYPE
:
slowtest
only
:
variables
:
-
$NIGHTLY
release-x86_64-linux-deb10
:
<<
:
*release
extends
:
.build-x86_64-linux-deb10
#################################
# x86_64-linux-deb8
#################################
...
...
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