Skip to content

Commit

Permalink
ci: Upgrade Silkworm, downgrade compiler to GCC11
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 6, 2022
1 parent a3125f0 commit 5742654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ executors:
CMAKE_BUILD_PARALLEL_LEVEL: 2
consensus-tests:
docker:
- image: ethereum/cpp-build-env:18-gcc-12
- image: ethereum/cpp-build-env:17-gcc-11
resource_class: xlarge
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 8
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
steps:
- build
- build_silkworm:
commit: af763de076ad8992db953d43e30ac3a4a441e2ad
commit: d38c7115852ac40071df66ec681debe081d71afa
- download_consensus_tests:
rev: v10.4
- run:
Expand Down

0 comments on commit 5742654

Please sign in to comment.