File tree Expand file tree Collapse file tree 6 files changed +0
-20
lines changed
Expand file tree Collapse file tree 6 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ RUN git clone --depth 1 https://github.com/openssl/openssl.git
2222RUN wget https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
2323RUN git clone https://github.com/tukaani-project/xz.git
2424RUN git clone --depth 1 --branch=dev git://code.qt.io/qt/qtbase.git
25- RUN git clone --depth 1 --branch=dev git://code.qt.io/qt/qttools.git
2625RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/extra-cmake-modules.git
2726RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/karchive.git
2827COPY build.sh karchive_fuzzer.cc karchive_fuzzer_common.h kcompressiondevice_fuzzer.cc dict $SRC/
Original file line number Diff line number Diff line change @@ -76,12 +76,6 @@ cd $SRC/qtbase
7676cmake --build . --parallel $( nproc)
7777cmake --install .
7878
79- # Build qttools
80- cd $SRC /qttools
81- cmake . -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=/usr
82- cmake --build . --parallel $( nproc)
83- cmake --install .
84-
8579# Build karchive
8680cd $SRC /karchive
8781rm -rf poqm
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818RUN apt-get update && apt-get install --yes cmake ninja-build
1919RUN curl -L http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz -O
2020RUN git clone --depth 1 --branch=dev git://code.qt.io/qt/qtbase.git
21- RUN git clone --depth 1 --branch=dev git://code.qt.io/qt/qttools.git
2221RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/extra-cmake-modules.git
2322RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/kcodecs.git
2423RUN git clone --depth 1 https://gitlab.freedesktop.org/uchardet/uchardet.git
Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ cd $SRC/qtbase
3838cmake --build . --parallel $( nproc)
3939cmake --install .
4040
41- cd $SRC /qttools
42- cmake . -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=/usr
43- cmake --build . --parallel $( nproc)
44- cmake --install .
45-
4641cd $SRC /kcodecs
4742rm -rf poqm
4843cmake . -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Debug
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ RUN git clone https://github.com/tukaani-project/xz.git
2323RUN git clone --depth 1 --branch=RB-3.3 https://github.com/AcademySoftwareFoundation/openexr.git
2424RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/extra-cmake-modules.git
2525RUN git clone --depth 1 --branch=dev git://code.qt.io/qt/qtbase.git
26- RUN git clone --depth 1 --branch=dev git://code.qt.io/qt/qttools.git
2726RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/karchive.git
2827RUN git clone --depth 1 -b master https://invent.kde.org/frameworks/kimageformats.git
2928RUN git clone --depth 1 -b v3.12.1 https://aomedia.googlesource.com/aom
Original file line number Diff line number Diff line change @@ -59,12 +59,6 @@ cd $SRC/qtbase
5959cmake --build . --parallel $( nproc)
6060cmake --install .
6161
62- # Build qttools
63- cd $SRC /qttools
64- cmake . -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=/usr
65- cmake --build . --parallel $( nproc)
66- cmake --install .
67-
6862# Build extra-cmake-modules
6963cd $SRC /extra-cmake-modules
7064cmake . -DBUILD_TESTING=OFF
You can’t perform that action at this time.
0 commit comments