Skip to content

Commit 0ebf605

Browse files
committed
Delete CircleCI Nix job
1 parent 6dd4b09 commit 0ebf605

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.circleci/config.yml

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

202175
workflows:
203176
version: 2
@@ -212,4 +185,3 @@ workflows:
212185
- ghc-8.10.2
213186
# - ghc-nightly
214187
- cabal
215-
- nix

0 commit comments

Comments
 (0)