[commit: ghc] wip/fix-i386-1, wip/fix-i386-2: circleci: Disable everything but i386 (5ed640e)

git at git.haskell.org git at git.haskell.org
Tue Oct 30 16:22:43 UTC 2018


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

On branches: wip/fix-i386-1,wip/fix-i386-2
Link       : http://ghc.haskell.org/trac/ghc/changeset/5ed640e111e1c4a54affbfbbbd6a66f779b9e8df/ghc

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

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

    circleci: Disable everything but i386


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

5ed640e111e1c4a54affbfbbbd6a66f779b9e8df
 .circleci/config.yml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 53962c9..5be4fd5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -287,18 +287,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