File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -171,33 +171,6 @@ jobs:
171
171
key : cabal-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
172
172
paths :
173
173
- ~/.cabal
174
- nix :
175
- working_directory : ~/build
176
- environment :
177
- - NIXPKGS_ALLOW_BROKEN : 1
178
- docker :
179
- - image : nixorg/nix:circleci
180
- steps :
181
- - checkout
182
- - run :
183
- name : Sync submodules
184
- command : git submodule sync --recursive
185
- - run :
186
- name : Update submodules
187
- command : git submodule update --recursive --init
188
- - restore-cache :
189
- keys :
190
- - cabal-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
191
- - run :
192
- name : Build
193
- command : nix-shell -j4 --run "cabal new-update && (cabal new-build -j1 --enable-tests || cabal new-build -j1 --enable-tests) "
194
- no_output_timeout : 30m
195
- - save_cache :
196
- key : cabal-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
197
- paths :
198
- - ~/.cabal
199
-
200
-
201
174
202
175
workflows :
203
176
version : 2
@@ -212,4 +185,3 @@ workflows:
212
185
- ghc-8.10.2
213
186
# - ghc-nightly
214
187
- cabal
215
- - nix
You can’t perform that action at this time.
0 commit comments