[Git][ghc/ghc][wip/alpine-ci] 2 commits: gitlab-ci: Build alpine release bindists
Ben Gamari
gitlab at gitlab.haskell.org
Tue Jun 11 03:29:30 UTC 2019
Ben Gamari pushed to branch wip/alpine-ci at Glasgow Haskell Compiler / GHC
Commits:
f0d16c49 by Ben Gamari at 2019-06-11T03:29:25Z
gitlab-ci: Build alpine release bindists
- - - - -
d5606ffb by Ben Gamari at 2019-06-11T03:29:25Z
XXX: Test alpine job
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -2,7 +2,7 @@ variables:
GIT_SSL_NO_VERIFY: "1"
# Commit of ghc/ci-images repository from which to pull Docker images
- DOCKER_REV: ac65f31dcffb09cd7ca7aaa70f447fcbb19f427f
+ DOCKER_REV: 9f6aae0874b01ac062ebc88193a6e444c281ad5f
# Sequential version number capturing the versions of all tools fetched by
# .gitlab/win32-init.sh.
@@ -535,6 +535,26 @@ release-x86_64-linux-deb8:
when: always
expire_in: 2 week
+#################################
+# x86_64-linux-alpine
+#################################
+
+release-x86_64-linux-alpine:
+ extends: .validate-linux
+ stage: lint
+ image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-alpine:$DOCKER_REV"
+ variables:
+ BUILD_SPHINX_PDF: "NO"
+ TEST_ENV: "x86_64-linux-alpine"
+ BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-alpine-linux.tar.xz"
+ # Can't use ld.gold due to #13958.
+ CONFIGURE_ARGS: "--disable-ld-override"
+ cache:
+ key: linux-x86_64-alpine
+ artifacts:
+ when: always
+ expire_in: 2 week
+
#################################
# x86_64-linux-centos7
#################################
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/f943436b9aa2fd01055650e4206f7118ef5b67ad...d5606ffbfccf5f124e29900de19892fea3b221b2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/f943436b9aa2fd01055650e4206f7118ef5b67ad...d5606ffbfccf5f124e29900de19892fea3b221b2
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190610/9c3ad38f/attachment-0001.html>
More information about the ghc-commits
mailing list