File tree Expand file tree Collapse file tree 3 files changed +61
-0
lines changed
projects/kde-thumbnailers Expand file tree Collapse file tree 3 files changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+ #
15
+ # ###############################################################################
16
+
17
+
18
+ FROM gcr.io/oss-fuzz-base/base-builder
19
+
20
+ RUN git clone --depth 1 https://invent.kde.org/network/kio-extras.git
21
+ RUN git clone --depth 1 https://invent.kde.org/graphics/kdegraphics-thumbnailers.git
22
+ RUN git clone --depth 1 https://invent.kde.org/sdk/kdesdk-thumbnailers.git
23
+ RUN git clone --depth 1 https://invent.kde.org/multimedia/ffmpegthumbs.git
24
+
25
+ RUN $SRC/kio-extras/thumbnail/autotests/ossfuzz/prepare_build.sh
26
+ RUN $SRC/kdegraphics-thumbnailers/autotests/ossfuzz/prepare_build.sh
27
+ RUN $SRC/kdesdk-thumbnailers/autotests/ossfuzz/prepare_build.sh
28
+ RUN $SRC/ffmpegthumbs/autotests/ossfuzz/prepare_build.sh
29
+
30
+ COPY build.sh $SRC
31
+
32
+ WORKDIR $SRC
Original file line number Diff line number Diff line change
1
+ #! /bin/bash -eu
2
+ #
3
+ # Copyright 2025 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ #
17
+ # ###############################################################################
18
+
19
+ $SRC /kio-extras/thumbnail/autotests/ossfuzz/build_fuzzers.sh
20
+ $SRC /kdegraphics-thumbnailers/autotests/ossfuzz/build_fuzzers.sh
21
+ $SRC /kdesdk-thumbnailers/autotests/ossfuzz/build_fuzzers.sh
22
+ $SRC /ffmpegthumbs/autotests/ossfuzz/build_fuzzers.sh
Original file line number Diff line number Diff line change
1
+ homepage : " https://invent.kde.org/network/kio-extras.git"
2
+ language : c++
3
+ primary_contact :
[email protected]
4
+ sanitizers :
5
+ - address
6
+ - undefined
7
+ main_repo : " https://invent.kde.org/network/kio-extras.git"
You can’t perform that action at this time.
0 commit comments