File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ defaults: &defaults
3232 echo "export SKIP_CI=$SKIP_CI" >> $BASH_ENV
3333
3434 - run :
35- name : Build (we need the exe for tests)
36- # need j1, else ghc-lib-parser triggers OOM
35+ name : Build
3736 command : |
3837 if [[ -z "$SKIP_CI" ]]; then
3938 stack -j4 --stack-yaml=${STACK_FILE} install --system-ghc --no-terminal
@@ -54,7 +53,7 @@ defaults: &defaults
5453
5554 - save_cache :
5655 key : v4-stack-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
57- paths : &cache_paths
56+ paths :
5857 - ~/.stack
5958
6059version : 2
6665 - STACK_FILE : " stack-lts21.yaml"
6766 << : *defaults
6867
69- stackage-lts22 :
68+ stackage-nightly :
7069 docker :
7170 - image : haskell:9.6.4-slim-buster
7271 environment :
@@ -78,4 +77,4 @@ workflows:
7877 multiple-ghcs :
7978 jobs :
8079 - stackage-lts21
81- - stackage-lts22
80+ - stackage-nightly
You can’t perform that action at this time.
0 commit comments