circleci: update base image
Switches to the non-legacy cimg/base: https://circleci.com/developer/images/image/cimg/base In particular, this updates the gcc version to fix the build of cryptonite-0.27: https://github.com/haskell-crypto/cryptonite/issues/326
This commit is contained in:
committed by
Steve Chavez
parent
d3a8b5f6e1
commit
5baec4819f
@@ -26,7 +26,7 @@ jobs:
|
||||
# that we support.
|
||||
stack-test:
|
||||
docker:
|
||||
- image: circleci/buildpack-deps:trusty
|
||||
- image: cimg/base:2021.03
|
||||
environment:
|
||||
- PGHOST=localhost
|
||||
- image: circleci/postgres:9.5
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
# Run memory usage tests based on stack and docker.
|
||||
stack-test-memory:
|
||||
docker:
|
||||
- image: circleci/buildpack-deps:trusty
|
||||
- image: cimg/base:2021.03
|
||||
environment:
|
||||
- PGHOST=localhost
|
||||
- TERM=xterm
|
||||
|
||||
Reference in New Issue
Block a user