mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Hard-code archlinux image version to base-20210131.0.14634 to work around runc/glibc bug
This commit is contained in:
parent
09283a6db4
commit
563160e5b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user