From f0877e314ef28db2ff4d42706e2bc897acd96379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 3 Dec 2021 10:57:08 +0000 Subject: [PATCH] bodge installation of lockfile-progs for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1f7395fd12539d936f3651e5e173799a7c61e14e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126286 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- bin/oss-fuzz-setup.sh | 2 ++ 1 file changed, 2 insertions(+) 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')