[commit: ghc] wip/build-fedora: gitlab-ci: Always build fedora27 (b832689)

git at git.haskell.org git at git.haskell.org
Tue Mar 19 05:04:25 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/build-fedora
Link       : http://ghc.haskell.org/trac/ghc/changeset/b8326897251ebdbb896da2b28ad27a48ee8f2582/ghc

>---------------------------------------------------------------

commit b8326897251ebdbb896da2b28ad27a48ee8f2582
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Mar 1 10:39:22 2019 -0500

    gitlab-ci: Always build fedora27
    
    This ends up being much easier to use than Debian 9 under NixOS.


>---------------------------------------------------------------

b8326897251ebdbb896da2b28ad27a48ee8f2582
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d9ebe2..cca7551 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -376,15 +376,13 @@ release-x86_64-linux-deb8:
 # x86_64-linux-fedora27
 #################################
 
-release-x86_64-linux-fedora27:
+validate-x86_64-linux-fedora27:
   extends: .validate-linux
   stage: full-build
   image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-fedora27:$DOCKER_REV"
   variables:
     TEST_ENV: "x86_64-linux-fedora27"
     BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-fedora27-linux.tar.xz"
-  only:
-    - tags
   cache:
     key: linux-x86_64-fedora27
   artifacts:



More information about the ghc-commits mailing list