Skip to content

Commit 5c057c5

Browse files
committed
Cleanup and rename back to nightly
1 parent 07d4ef5 commit 5c057c5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

6059
version: 2
@@ -66,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)