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:
171171 key : cabal-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}
172172 paths :
173173 - ~/.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-
201174
202175workflows :
203176 version : 2
@@ -212,4 +185,3 @@ workflows:
212185 - ghc-8.10.2
213186 # - ghc-nightly
214187 - cabal
215- - nix
You can’t perform that action at this time.
0 commit comments