bin/oss-fuzz-setup.sh |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a61f4cb34d3ff2b6e4fd9533f7eb2c9daac85bb5
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Dec 8 08:43:38 2021 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Dec 8 10:05:59 2021 +0100

    remove an oss-fuzz workaround with upstream merge of better fix
    
    Change-Id: I8a89b80f804bbcf4606d55dcecf44e44095112eb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126504
    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 cc9d65f25b7c..18c3fcfb68d9 100755
--- a/bin/oss-fuzz-setup.sh
+++ b/bin/oss-fuzz-setup.sh
@@ -4,8 +4,6 @@ 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')
 

Reply via email to