[Git][ghc/ghc][wip/alpine-ci] 2 commits: gitlab-ci: Build alpine release bindists

Ben Gamari gitlab at gitlab.haskell.org
Tue Jun 11 04:15:44 UTC 2019



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


Commits:
29cefea2 by Ben Gamari at 2019-06-11T04:15:37Z
gitlab-ci: Build alpine release bindists

- - - - -
36735b86 by Ben Gamari at 2019-06-11T04:15:37Z
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: be61a2dec7eb4bc460eac9c0788c4d99671826f1
 
   # 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/42cb3248985ad9c0675ad015f78abb590b9a8a2e...36735b86d76decd1b84f57106c8d79e082e69e07

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/42cb3248985ad9c0675ad015f78abb590b9a8a2e...36735b86d76decd1b84f57106c8d79e082e69e07
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/20190611/3ed3046d/attachment-0001.html>


More information about the ghc-commits mailing list