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:
Robert Vollmert
2021-03-14 12:45:02 -05:00
committed by Steve Chavez
parent d3a8b5f6e1
commit 5baec4819f
+2 -2
View File
@@ -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