[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:54:00 UTC 2019



Ben Gamari pushed to branch wip/alpine-ci at Glasgow Haskell Compiler / GHC


Commits:
fa0f6607 by Ben Gamari at 2019-06-11T03:52:02Z
gitlab-ci: Build alpine release bindists

- - - - -
42cb3248 by Ben Gamari at 2019-06-11T03:52:02Z
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: e09d9ede16065ac0237cf26274db4b774da02547
 
   # 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/d5606ffbfccf5f124e29900de19892fea3b221b2...42cb3248985ad9c0675ad015f78abb590b9a8a2e

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/d5606ffbfccf5f124e29900de19892fea3b221b2...42cb3248985ad9c0675ad015f78abb590b9a8a2e
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/95e0f9f4/attachment-0001.html>


More information about the ghc-commits mailing list