File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
scripts/docker/buildpack-deps Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222# (c) 2016-2021 solidity contributors.
2323# ------------------------------------------------------------------------------
2424FROM gcr.io/oss-fuzz-base/base-builder AS base
25- LABEL version="11 "
25+ LABEL version="12 "
2626
2727ARG DEBIAN_FRONTEND=noninteractive
2828
@@ -78,8 +78,8 @@ RUN set -ex; \
7878 tar -xf boost.tar.bz2; \
7979 rm boost.tar.bz2; \
8080 cd boost_1_83_0; \
81- export CXXFLAGS="-std=c++20 -nostdinc++ -I/usr/lib/llvm-18/ include/c++/v1 -pthread" ; \
82- export LDFLAGS="-stdlib=libc++ -L/usr/lib/llvm-18/lib " ; \
81+ export CXXFLAGS="$CXXFLAGS -std=c++20 -nostdinc++ -I/usr/local/include/c++/v1 -I/usr/local/ include/x86_64-unknown-linux-gnu /c++/v1 -pthread" ; \
82+ export LDFLAGS="$LDFLAGS -stdlib=libc++ -lpthread " ; \
8383 ./bootstrap.sh --with-toolset=clang --prefix=/usr; \
8484 ./b2 toolset=clang \
8585 cxxflags="${CXXFLAGS}" \
@@ -143,7 +143,7 @@ RUN set -ex; \
143143# EVMONE
144144RUN set -ex; \
145145 cd /usr/src; \
146- git clone --branch="v0.13 .0" --recurse-submodules https://github.com/ipsilon/evmone.git; \
146+ git clone --branch="v0.16 .0" --recurse-submodules https://github.com/ipsilon/evmone.git; \
147147 cd evmone; \
148148 mkdir build; \
149149 cd build; \
Original file line number Diff line number Diff line change 2222# (c) 2016-2024 solidity contributors.
2323# ------------------------------------------------------------------------------
2424FROM buildpack-deps:noble AS base
25- LABEL version="4 "
25+ LABEL version="5 "
2626
2727ARG DEBIAN_FRONTEND=noninteractive
2828
@@ -97,8 +97,8 @@ FROM base AS libraries
9797
9898# EVMONE
9999RUN set -ex; \
100- wget -O /usr/src/evmone.tar.gz https://github.com/ipsilon/evmone/releases/download/v0.13 .0/evmone-0.13 .0-linux-x86_64.tar.gz; \
101- test "$(sha256sum /usr/src/evmone.tar.gz)" = "94efc7fa27ff94018003ad95a62c20b17a45f027d434eb642c8e345e8d4d3cad /usr/src/evmone.tar.gz" ; \
100+ wget -O /usr/src/evmone.tar.gz https://github.com/ipsilon/evmone/releases/download/v0.16 .0/evmone-0.16 .0-linux-x86_64.tar.gz; \
101+ test "$(sha256sum /usr/src/evmone.tar.gz)" = "09a59e07bde21bbf08b821db9097ef4db9ff06f1484b7b14497a16a701e72233 /usr/src/evmone.tar.gz" ; \
102102 cd /usr; \
103103 tar -xf /usr/src/evmone.tar.gz; \
104104 rm -rf /usr/src/evmone.tar.gz
Original file line number Diff line number Diff line change 2222# (c) 2016-2024 solidity contributors.
2323# ------------------------------------------------------------------------------
2424FROM buildpack-deps:noble AS base
25- LABEL version="5 "
25+ LABEL version="6 "
2626
2727ARG DEBIAN_FRONTEND=noninteractive
2828
@@ -99,8 +99,8 @@ ENV CXX clang++
9999
100100# EVMONE
101101RUN set -ex; \
102- wget -O /usr/src/evmone.tar.gz https://github.com/ipsilon/evmone/releases/download/v0.13 .0/evmone-0.13 .0-linux-x86_64.tar.gz; \
103- test "$(sha256sum /usr/src/evmone.tar.gz)" = "94efc7fa27ff94018003ad95a62c20b17a45f027d434eb642c8e345e8d4d3cad /usr/src/evmone.tar.gz" ; \
102+ wget -O /usr/src/evmone.tar.gz https://github.com/ipsilon/evmone/releases/download/v0.16 .0/evmone-0.16 .0-linux-x86_64.tar.gz; \
103+ test "$(sha256sum /usr/src/evmone.tar.gz)" = "09a59e07bde21bbf08b821db9097ef4db9ff06f1484b7b14497a16a701e72233 /usr/src/evmone.tar.gz" ; \
104104 cd /usr; \
105105 tar -xf /usr/src/evmone.tar.gz; \
106106 rm -rf /usr/src/evmone.tar.gz
You can’t perform that action at this time.
0 commit comments