From 5baec4819ff9cdf041758c69c7975dfb257c06c1 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sat, 13 Mar 2021 21:57:51 +0100 Subject: [PATCH] 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 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7454c6c43..2c4290b93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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