Skip to content

Commit fec07ba

Browse files
committed
tests: install honggfuzz from sources
Signed-off-by: Giuseppe Scrivano <[email protected]>
1 parent 2109133 commit fec07ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/fuzzing/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ FROM fedora:latest
22

33
RUN dnf install -y awk golang python git automake autoconf libcap-devel \
44
systemd-devel yajl-devel libseccomp-devel go-md2man \
5-
glibc-static python3-libmount libtool make honggfuzz git
5+
glibc-static python3-libmount libtool make git libunwind-devel binutils-devel xz-devel \
6+
libatomic
67

78
RUN git clone https://github.com/giuseppe/containers-fuzzing-corpus /testcases
89

10+
RUN git clone --depth 1 https://github.com/google/honggfuzz.git && cd hongfuzz && make -j $(nproc) && make install PREFIX=/usr
11+
912
COPY run-tests.sh /usr/local/bin
1013

1114
WORKDIR /crun

0 commit comments

Comments
 (0)