bin/oss-fuzz-setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 3a195e99b3e98b1784cad62531660e062e3c2df1 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Sep 9 08:50:13 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Sep 9 13:45:31 2022 +0200 cache these tarballs for oss-fuzz build too Change-Id: I97b4c6996886037f1b042d77ba9dc61c2ebc765a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139712 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh index 0455802f7bcf..08cfa608464e 100755 --- a/bin/oss-fuzz-setup.sh +++ b/bin/oss-fuzz-setup.sh @@ -69,7 +69,10 @@ curl --no-progress-meter -S \ -C - -O https://dev-www.libreoffice.org/src/$EPOXY_TARBALL \ -C - -O https://dev-www.libreoffice.org/src/$EPUBGEN_TARBALL \ -C - -O https://dev-www.libreoffice.org/src/$LIBNUMBERTEXT_TARBALL \ - -C - -O https://dev-www.libreoffice.org/src/$QXP_TARBALL + -C - -O https://dev-www.libreoffice.org/src/$QXP_TARBALL \ + -C - -O https://dev-www.libreoffice.org/src/$LIBWEBP_TARBALL \ + -C - -O https://dev-www.libreoffice.org/src/$LIBTIFF_TARBALL \ + -C - -O https://dev-www.libreoffice.org/src/$DRAGONBOX_TARBALL cd $SRC