Bump evmone version in docker images to 0.10.0.#14199
Conversation
6f37244 to
1d9ef9a
Compare
1d9ef9a to
77af0b4
Compare
|
|
|
|
|
|
|
|
| ninja; \ | ||
| ninja install/strip; \ | ||
| rm -rf /usr/src/evmone | ||
| wget -O /usr/src/evmone.tar.gz https://github.com/ethereum/evmone/releases/download/v0.10.0/evmone-0.10.0-linux-x86_64.tar.gz; \ |
There was a problem hiding this comment.
Why for this image you decided to not build from the source?
There was a problem hiding this comment.
Because evmone switched to requiring C++20, which ubuntu 20.04 does not have a suitably capable compiler for.
No description provided.