summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-09-09 08:50:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-09-09 13:45:31 +0200
commit3a195e99b3e98b1784cad62531660e062e3c2df1 (patch)
tree7a91fdd4f6860bc671b19fa23e1b47434932ff99 /bin
parent9279b0bb5397d0520b727ab0d271f328807c8749 (diff)
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 <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/oss-fuzz-setup.sh5
1 files changed, 4 insertions, 1 deletions
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