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
This commit is contained in:
committed by
Steve Chávez
parent
3c7738a8c7
commit
3078a11144
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user