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.
|
# that we support.
|
||||||
stack-test:
|
stack-test:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/buildpack-deps:trusty
|
- image: cimg/base:2021.03
|
||||||
environment:
|
environment:
|
||||||
- PGHOST=localhost
|
- PGHOST=localhost
|
||||||
- image: circleci/postgres:9.5
|
- image: circleci/postgres:9.5
|
||||||
@@ -71,7 +71,7 @@ jobs:
|
|||||||
# Run memory usage tests based on stack and docker.
|
# Run memory usage tests based on stack and docker.
|
||||||
stack-test-memory:
|
stack-test-memory:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/buildpack-deps:trusty
|
- image: cimg/base:2021.03
|
||||||
environment:
|
environment:
|
||||||
- PGHOST=localhost
|
- PGHOST=localhost
|
||||||
- TERM=xterm
|
- TERM=xterm
|
||||||
|
|||||||
Reference in New Issue
Block a user