Skip to content

Commit 71086ab

Browse files
authored
Merge pull request #236 from ethereum/ci
ci: Upgrade image for 32-bit linux build
2 parents 1d8bea2 + fa49952 commit 71086ab

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

circle.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,11 @@ jobs:
191191
codecov --gcov-root ~/build
192192
193193
gcc-32bit:
194-
executor: linux-gcc-9
194+
docker:
195+
- image: ethereum/cpp-build-env:14-gcc-10-multilib
195196
environment:
196197
TOOLCHAIN: cxx17-32bit
197198
steps:
198-
- run:
199-
name: "Install GCC 32-bit"
200-
command: |
201-
sudo apt -q update && sudo apt -qy install g++-multilib
202199
- build
203200
- test
204201

0 commit comments

Comments
 (0)