Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions projects/kimageformats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,8 @@
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install --yes cmake make autoconf automake autopoint libtool wget po4a ninja-build pkgconf
RUN git clone --depth 1 https://github.com/madler/zlib.git
RUN git clone --depth 1 -b v1.5.7 https://github.com/facebook/zstd.git
RUN wget https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
RUN git clone https://github.com/tukaani-project/xz.git
RUN git clone --depth 1 --branch=RB-3.3 https://github.com/AcademySoftwareFoundation/openexr.git
RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/extra-cmake-modules.git
RUN git clone --depth 1 --branch=dev git://code.qt.io/qt/qtbase.git
RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/karchive.git
RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/kimageformats.git
RUN git clone --depth 1 -b v3.12.1 https://aomedia.googlesource.com/aom
RUN git clone --depth 1 -b v1.3.0 https://github.com/AOMediaCodec/libavif.git
RUN git clone --depth 1 https://github.com/strukturag/libde265.git
RUN git clone --depth 1 -b v2.5.3 https://github.com/uclouvain/openjpeg.git
RUN git clone --depth 1 https://github.com/strukturag/libheif.git
RUN git clone --depth=1 --branch v0.11.x --recursive --shallow-submodules https://github.com/libjxl/libjxl.git
RUN git clone --depth 1 https://github.com/LibRaw/LibRaw
RUN git clone --depth 1 https://github.com/mircomir/jxrlib.git
RUN git clone --depth 1 -b v2.6.0 https://github.com/cisco/openh264.git
COPY build.sh kimgio_fuzzer.cc $SRC/
RUN $SRC/kimageformats/autotests/ossfuzz/prepare_build.sh
RUN cp $SRC/kimageformats/autotests/ossfuzz/build_fuzzers.sh $SRC/build.sh

WORKDIR $SRC/kimageformats
190 changes: 0 additions & 190 deletions projects/kimageformats/build.sh

This file was deleted.

74 changes: 0 additions & 74 deletions projects/kimageformats/kimgio_fuzzer.cc

This file was deleted.