[commit: ghc] ghc-8.6: circleci: Don't build validate-x86_64-linux-debug unregisterised (9f1b1ab)

git at git.haskell.org git at git.haskell.org
Mon Aug 6 22:25:11 UTC 2018


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

On branch  : ghc-8.6
Link       : http://ghc.haskell.org/trac/ghc/changeset/9f1b1abea146e0bbfe5565310b47f116d96bd503/ghc

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

commit 9f1b1abea146e0bbfe5565310b47f116d96bd503
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Sun Aug 5 22:27:21 2018 +0200

    circleci: Don't build validate-x86_64-linux-debug unregisterised
    
    Summary: This was a cut-and-paste error.
    
    Reviewers: alpmestan
    
    Reviewed By: alpmestan
    
    Subscribers: alpmestan, rwbarton, thomie, carter
    
    GHC Trac Issues: #15466
    
    Differential Revision: https://phabricator.haskell.org/D5037
    
    (cherry picked from commit f355b72113e646cb3785937f5506ee4c084c127f)


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

9f1b1abea146e0bbfe5565310b47f116d96bd503
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index e52d38d..c27a526 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -218,7 +218,7 @@ jobs:
       - *prepare
       - *submodules
       - *boot
-      - *configure_unreg
+      - *configure_unix
       - *make
       - *test
       - *store_test_results



More information about the ghc-commits mailing list