Skip to content

Commit efff744

Browse files
authored
KDE-Thumbnailers: Cleanup $WORK data after build (#13944)
The build fails at the `check_build` step due to running out of storage. This change cleans up $WORK after the build to free up space. https://oss-fuzz-build-logs.storage.googleapis.com/log-150d58fe-14f9-41cc-ac9c-1ae491fe4556.txt
1 parent a1342fe commit efff744

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/kde-thumbnailers/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ $SRC/kio-extras/thumbnail/autotests/ossfuzz/build_fuzzers.sh
2020
$SRC/kdegraphics-thumbnailers/autotests/ossfuzz/build_fuzzers.sh
2121
$SRC/kdesdk-thumbnailers/autotests/ossfuzz/build_fuzzers.sh
2222
$SRC/ffmpegthumbs/autotests/ossfuzz/build_fuzzers.sh
23+
24+
# Cleanup
25+
rm -rf $WORK/*

0 commit comments

Comments
 (0)