[commit: ghc] master: circleci: Don't build validate-x86_64-linux-debug unregisterised (f355b72)
git at git.haskell.org
git at git.haskell.org
Sun Aug 5 20:28:13 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f355b72113e646cb3785937f5506ee4c084c127f/ghc
>---------------------------------------------------------------
commit f355b72113e646cb3785937f5506ee4c084c127f
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
>---------------------------------------------------------------
f355b72113e646cb3785937f5506ee4c084c127f
.circleci/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 298162e..a046b3d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -220,7 +220,7 @@ jobs:
- *prepare
- *submodules
- *boot
- - *configure_unreg
+ - *configure_unix
- *make
- *test
- *store_test_results
More information about the ghc-commits
mailing list