Skip to content

Commit

Permalink
Bump evmone and remove boost dep in ossfuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-matic committed Aug 22, 2024
1 parent c7adde3 commit 70845ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker/buildpack-deps/Dockerfile.ubuntu.clang.ossfuzz
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# (c) 2016-2021 solidity contributors.
#------------------------------------------------------------------------------
FROM gcr.io/oss-fuzz-base/base-clang:latest as base
LABEL version="7"
LABEL version="8"

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -141,7 +141,7 @@ RUN set -ex; \
# EVMONE
RUN set -ex; \
cd /usr/src; \
git clone --branch="v0.11.0" --recurse-submodules https://github.com/ethereum/evmone.git; \
git clone --branch="v0.12.0" --recurse-submodules https://github.com/ethereum/evmone.git; \
cd evmone; \
mkdir build; \
cd build; \
Expand Down

0 comments on commit 70845ff

Please sign in to comment.