Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Try latest hackage-security as a possible solution for #29
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Oct 25, 2018
1 parent 3e0a1c7 commit fe295b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
scheduled_build:
resource_class: xlarge
docker:
- image: rctwg/stackage-head:0.3.2
- image: rctwg/stackage-head:0.3.2-hackage-security
environment:
BUILD_PLAN: nightly-2018-10-23
JOBS: 9
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
name: Build stack programs
command: |
set -e
stack --version
stack --no-terminal install stackage-curator
stack --no-terminal install
- run:
Expand All @@ -71,6 +72,7 @@ jobs:
- run:
name: Execute the build plan
command: |
stack --version
set +e
stackage-head already-seen --target $BUILD_PLAN --ghc-metadata metadata.json --outdir $HOME/build-reports
already_seen=$?
Expand Down

0 comments on commit fe295b8

Please sign in to comment.