mirror of https://github.com/status-im/evmc.git
ci: Use newer docker image for gcc-8 build
This commit is contained in:
parent
49349e00b5
commit
3a611a6d55
|
@ -109,10 +109,9 @@ jobs:
|
|||
git push -f "https://$GITHUB_TOKEN@github.com/ethereum/evmc.git" HEAD:gh-pages
|
||||
|
||||
build-cxx17:
|
||||
executor: linux
|
||||
docker:
|
||||
- image: ethereum/cpp-build-env:12-gcc-8
|
||||
environment:
|
||||
CC: gcc-8
|
||||
CXX: g++-8
|
||||
CMAKE_OPTIONS: -DTOOLCHAIN=cxx17-pic
|
||||
steps:
|
||||
- build_and_test
|
||||
|
|
Loading…
Reference in New Issue