bin/oss-fuzz-setup.sh | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit f0877e314ef28db2ff4d42706e2bc897acd96379
Author: Caolán McNamara <[email protected]>
AuthorDate: Fri Dec 3 10:57:08 2021 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Fri Dec 3 11:58:46 2021 +0100
bodge installation of lockfile-progs for now
Change-Id: I1f7395fd12539d936f3651e5e173799a7c61e14e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126286
Tested-by: Caolán McNamara <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh
index 18c3fcfb68d9..cc9d65f25b7c 100755
--- a/bin/oss-fuzz-setup.sh
+++ b/bin/oss-fuzz-setup.sh
@@ -4,6 +4,8 @@ set -e
echo start downloading dependencies at `date -u`
+apt-get install -y lockfile-progs
+
# convert FOO := BAR$(MICRO) to FOO=BAR$MICRO
source <(sed -e's# := #=#g' download.lst | sed -e 's#[)(]##g')