Skip to content

Commit 3dbfa68

Browse files
authored
Merge pull request #259 from haskell/remove-redundant-circleci-steps
Remove redundant CircleCI steps
2 parents 5163c41 + 5dbf153 commit 3dbfa68

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.circleci/config.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ defaults: &defaults
3434
name: Stack setup
3535
command: stack -j 2 --stack-yaml=${STACK_FILE} setup
3636

37-
- run:
38-
name: Install happy
39-
command: stack --stack-yaml=${STACK_FILE} install happy
40-
41-
- run:
42-
name: Install Hoogle
43-
command: stack -j 1 --stack-yaml=${STACK_FILE} install hoogle
44-
4537
- run:
4638
name: Build (we need the exe for tests)
4739
command: stack -j 1 --stack-yaml=${STACK_FILE} install
@@ -57,20 +49,10 @@ defaults: &defaults
5749
path: ~/.local/bin
5850
destination: bin
5951

60-
- run:
61-
name: Generate Hoogle database
62-
command: if [ ! -d ~/.hoogle ]; then stack --stack-yaml=${STACK_FILE} exec hoogle generate; fi
63-
64-
- run:
65-
name: Clear cabal-helper cache
66-
command: rm -fr ~/.cache/cabal-helper
67-
6852
- save_cache:
6953
key: stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
7054
paths: &cache_paths
7155
- ~/.stack
72-
- ~/.cache
73-
- ~/.hoogle
7456
- ~/build/.stack-work
7557
- ~/build/ghcide/.stack-work
7658

0 commit comments

Comments
 (0)