summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2018-08-05 22:27:21 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-08-05 22:27:21 +0200
commitf355b72113e646cb3785937f5506ee4c084c127f (patch)
tree5706059659123edade740a952e777903523258a6 /.circleci
parent0095cde3474cf487296b6e52bf75130b10827607 (diff)
downloadhaskell-f355b72113e646cb3785937f5506ee4c084c127f.tar.gz
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
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 298162efa6..a046b3d181 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