[Git][ghc/ghc][master] gitlab-ci: Run alpine builds during nightly job
Marge Bot
gitlab at gitlab.haskell.org
Tue Jun 18 20:02:46 UTC 2019
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
6a92f59d by Ben Gamari at 2019-06-18T20:02:42Z
gitlab-ci: Run alpine builds during nightly job
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -580,7 +580,7 @@ release-x86_64-linux-deb8:
# x86_64-linux-alpine
#################################
-release-x86_64-linux-alpine:
+.build-x86_64-linux-alpine:
extends: .validate-linux
stage: full-build
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-alpine:$DOCKER_REV"
@@ -592,14 +592,23 @@ release-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"
- only:
- - tags
cache:
key: linux-x86_64-alpine
artifacts:
when: always
expire_in: 2 week
+release-x86_64-linux-alpine:
+ extends: .build-x86_64-linux-alpine
+ only:
+ - tags
+
+nightly-x86_64-linux-alpine:
+ extends: .build-x86_64-linux-alpine
+ only:
+ variables:
+ - $NIGHTLY
+
#################################
# x86_64-linux-centos7
#################################
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/6a92f59d7385397fb9ee013efe102c797319243c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/6a92f59d7385397fb9ee013efe102c797319243c
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/20190618/2c042b4f/attachment-0001.html>
More information about the ghc-commits
mailing list