From 3078a1114454ed289d8ab9ffeb72a03c44b935a7 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sat, 18 May 2019 18:05:56 -0500 Subject: [PATCH] Remove circleci extra cabal checks Currently these extra checks are giving an out of memory error on CircleCI: Hint: Max memory usage of this container is 4231065600 --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5eef71ac7..99935ed23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,15 +91,6 @@ jobs: - run: name: run linter command: git ls-files | grep '\.l\?hs$' | xargs stack exec -- hlint -X QuasiQuotes -X NoPatternSynonyms "$@" - - run: - name: extra checks - command: | - stack exec -- cabal update - stack exec --no-ghc-package-path -- cabal install --only-d --dry-run - stack exec -- packdeps *.cabal || true - stack exec -- cabal check - stack haddock --no-haddock-deps - stack sdist - save_cache: paths: - "~/.stack"