[commit: ghc] wip/fix-i386-1: circleci: Disable everything but i386 (0673f6b)

git at git.haskell.org git at git.haskell.org
Tue Oct 30 16:18:24 UTC 2018


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

On branch  : wip/fix-i386-1
Link       : http://ghc.haskell.org/trac/ghc/changeset/0673f6bc2640c89e94c3c3e1ae5bb3d054cb6aec/ghc

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

commit 0673f6bc2640c89e94c3c3e1ae5bb3d054cb6aec
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Oct 30 12:17:04 2018 -0400

    circleci: Disable everything but i386


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

0673f6bc2640c89e94c3c3e1ae5bb3d054cb6aec
 .circleci/config.yml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 02c151d..a5f677d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -289,18 +289,8 @@ workflows:
   version: 2
   validate:
     jobs:
-    - validate-x86_64-linux:
-        *trigger_on_tags
-    # FreeBSD disabled: https://github.com/haskell/unix/issues/102
-    # - validate-x86_64-freebsd
-    - validate-x86_64-darwin:
-        *trigger_on_tags
-    - validate-x86_64-linux-llvm
     - validate-i386-linux:
         *trigger_on_tags
-    - validate-hadrian-x86_64-linux
-    - validate-x86_64-fedora:
-        *trigger_on_tags
 
   nightly:
     triggers:



More information about the ghc-commits mailing list