[Git][ghc/ghc][wip/freebsd-ci] 2 commits: gitlab-ci: Bump ci-images

Ben Gamari gitlab at gitlab.haskell.org
Sun Jun 9 18:36:33 UTC 2019



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


Commits:
81c00a36 by Ben Gamari at 2019-06-09T18:36:28Z
gitlab-ci: Bump ci-images

- - - - -
c7a32d1a by Ben Gamari at 2019-06-09T18:36:28Z
gitlab-ci: Try enabling FreeBSD CI

- - - - -


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: 08328a0dfe9a565f10c1360f9d1c76ff44a98e7d
 
   # Sequential version number capturing the versions of all tools fetched by
   # .gitlab/win32-init.sh.
@@ -574,6 +574,24 @@ validate-x86_64-linux-fedora27:
     when: always
     expire_in: 2 week
 
+#################################
+# x86_64-freebsd10
+#################################
+
+validate-x86_64-freebsd10:
+  extends: .validate-linux
+  stage: full-build
+  image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-freebsd10:$DOCKER_REV"
+  variables:
+    CONFIGURE_ARGS: "--target=x86_64-unknown-freebsd10"
+    TARGET: "FreeBSD"
+    BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-freebsd10-linux.tar.xz"
+  cache:
+    key: linux-x86_64-freebsd10
+  artifacts:
+    when: always
+    expire_in: 2 week
+
 ############################################################
 # Validation via Pipelines (Windows)
 ############################################################



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/783d4abd3265117c1c1ee95f071dc34926e70750...c7a32d1a197839380fd8fdb0567ce765135b7ac4

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/783d4abd3265117c1c1ee95f071dc34926e70750...c7a32d1a197839380fd8fdb0567ce765135b7ac4
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/20190609/376dcbe0/attachment-0001.html>


More information about the ghc-commits mailing list