Skip to content

Commit 1c8d430

Browse files
bshastryLeo Alt
authored andcommitted
Remove Hera as a dependency for oss-fuzz Docker image.
1 parent 6b69791 commit 1c8d430

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

scripts/docker/buildpack-deps/Dockerfile.ubuntu1604.clang.ossfuzz

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,6 @@ RUN set -ex; \
102102
ninja install/strip; \
103103
rm -rf /usr/src/evmone
104104

105-
# HERA
106-
RUN set -ex; \
107-
cd /usr/src; \
108-
git clone --branch="v0.5.0" --depth 1 --recurse-submodules https://github.com/ewasm/hera.git; \
109-
cd hera; \
110-
mkdir build; \
111-
cd build; \
112-
cmake -G Ninja -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_FLAGS="-Wno-bitwise-instead-of-logical" -DCMAKE_INSTALL_PREFIX="/usr" ..; \
113-
ninja; \
114-
ninja install/strip; \
115-
rm -rf /usr/src/hera
116-
117105
# gmp
118106
RUN set -ex; \
119107
# Replace system installed libgmp static library

0 commit comments

Comments
 (0)