[Git][ghc/ghc][wip/alpine-ci] 2 commits: gitlab-ci: Build alpine release bindists
Ben Gamari
gitlab at gitlab.haskell.org
Tue Jun 11 02:36:08 UTC 2019
Ben Gamari pushed to branch wip/alpine-ci at Glasgow Haskell Compiler / GHC
Commits:
14a81116 by Ben Gamari at 2019-06-11T02:35:59Z
gitlab-ci: Build alpine release bindists
- - - - -
f943436b by Ben Gamari at 2019-06-11T02:35:59Z
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: e17cf1185fb9e5c3a9873abee6759350bbcde8ae
# 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/e3bda2731f3f642a57cccf3ea1a120bcba365eb1...f943436b9aa2fd01055650e4206f7118ef5b67ad
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/e3bda2731f3f642a57cccf3ea1a120bcba365eb1...f943436b9aa2fd01055650e4206f7118ef5b67ad
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/d001242e/attachment-0001.html>
More information about the ghc-commits
mailing list