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:
|
- run:
|
||||||
name: run linter
|
name: run linter
|
||||||
command: git ls-files | grep '\.l\?hs$' | xargs stack exec -- hlint -X QuasiQuotes -X NoPatternSynonyms "$@"
|
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:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- "~/.stack"
|
- "~/.stack"
|
||||||
|
|||||||
Reference in New Issue
Block a user