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

Commit fe295b8

Browse files
Try latest hackage-security as a possible solution for #29
1 parent 3e0a1c7 commit fe295b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
scheduled_build:
2727
resource_class: xlarge
2828
docker:
29-
- image: rctwg/stackage-head:0.3.2
29+
- image: rctwg/stackage-head:0.3.2-hackage-security
3030
environment:
3131
BUILD_PLAN: nightly-2018-10-23
3232
JOBS: 9
@@ -62,6 +62,7 @@ jobs:
6262
name: Build stack programs
6363
command: |
6464
set -e
65+
stack --version
6566
stack --no-terminal install stackage-curator
6667
stack --no-terminal install
6768
- run:
@@ -71,6 +72,7 @@ jobs:
7172
- run:
7273
name: Execute the build plan
7374
command: |
75+
stack --version
7476
set +e
7577
stackage-head already-seen --target $BUILD_PLAN --ghc-metadata metadata.json --outdir $HOME/build-reports
7678
already_seen=$?

0 commit comments

Comments
 (0)