Skip to content

Commit

Permalink
cmake: Bump minimum required GCC version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 19, 2022
1 parent 0897edb commit e86784e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ executors:
CMAKE_BUILD_PARALLEL_LEVEL: 8
linux-gcc-min:
docker:
- image: ethereum/cpp-build-env:15-gcc-8
- image: ethereum/cpp-build-env:15-gcc-9
resource_class: small
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 2
Expand Down
4 changes: 1 addition & 3 deletions test/bench/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# Copyright 2019 The evmone Authors.
# SPDX-License-Identifier: Apache-2.0

include(CheckIncludeFileCXX)

add_executable(evmone-bench)
target_include_directories(evmone-bench PRIVATE ${evmone_private_include_dir})
target_link_libraries(evmone-bench PRIVATE evmone testutils evmc::loader benchmark::benchmark $<$<CXX_COMPILER_ID:GNU>:stdc++fs>)
target_link_libraries(evmone-bench PRIVATE evmone testutils evmc::loader benchmark::benchmark)
target_sources(
evmone-bench PRIVATE
bench.cpp
Expand Down

0 comments on commit e86784e

Please sign in to comment.