Skip to content
Snippets Groups Projects
Commit e49cd39f authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

try using less memory during build

```
--  While building package Cabal-2.4.1.0 using:
      /root/.stack/setup-exe-cache/x86_64-linux-nix/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.5 --builddir=.stack-work/dist/x86_64-linux-nix/Cabal-2.4.0.1 build --ghc-options "-hpcdir .stack-work/dist/x86_64-linux-nix/Cabal-2.4.0.1/hpc -ddump-hi -ddump-to-file -fdiagnostics-color=always"
    Process exited with code: ExitFailure (-9) (THIS MAY INDICATE OUT OF MEMORY)
    Logs have been written to: /root/project/.stack-work/logs/Cabal-2.4.1.0.log
```
parent 52079e0b
Branches
No related tags found
1 merge request!14Try out a CircleCI configuration
...@@ -62,7 +62,7 @@ jobs: ...@@ -62,7 +62,7 @@ jobs:
- run: - run:
name: "Run Tests" name: "Run Tests"
command: | command: |
nix-shell shell.nix --run "stack test --no-terminal --coverage" nix-shell shell.nix --run "stack build --no-terminal --test --coverage --fast"
- save_cache: - save_cache:
name: "Cache Dependencies" name: "Cache Dependencies"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment