[Git][ghc/ghc][wip/alpine-ci] 2 commits: gitlab-ci: Build alpine release bindists
Ben Gamari
gitlab at gitlab.haskell.org
Tue Jun 11 01:44:55 UTC 2019
Ben Gamari pushed to branch wip/alpine-ci at Glasgow Haskell Compiler / GHC
Commits:
3fd59353 by Ben Gamari at 2019-06-11T01:44:49Z
gitlab-ci: Build alpine release bindists
- - - - -
e3bda273 by Ben Gamari at 2019-06-11T01:44:49Z
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: 908b8b40054e03436ad0c385f7af6d485715d17f
# 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/bbf66dd2e98daef56fa2005bb171ecaf767e4a1a...e3bda2731f3f642a57cccf3ea1a120bcba365eb1
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/bbf66dd2e98daef56fa2005bb171ecaf767e4a1a...e3bda2731f3f642a57cccf3ea1a120bcba365eb1
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/5ecaadf2/attachment-0001.html>
More information about the ghc-commits
mailing list