From 563160e5b364d57e7a00a2da413929013c3e74b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 29 Apr 2021 18:52:47 +0200 Subject: [PATCH] Hard-code archlinux image version to base-20210131.0.14634 to work around runc/glibc bug --- .circleci/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa2b6da74..ac23af569 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -571,7 +571,9 @@ jobs: b_archlinux: docker: - - image: archlinux:base + # FIXME: Newer releases won't work until CircleCI updates its host machines. + # See https://github.com/ethereum/solidity/pull/11332 + - image: archlinux:base-20210131.0.14634 environment: TERM: xterm MAKEFLAGS: -j 3 @@ -710,7 +712,9 @@ jobs: t_archlinux_soltest: &t_archlinux_soltest docker: - - image: archlinux:base + # FIXME: Newer releases won't work until CircleCI updates its host machines. + # See https://github.com/ethereum/solidity/pull/11332 + - image: archlinux:base-20210131.0.14634 environment: EVM: constantinople OPTIMIZE: 0