summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-12-08 08:43:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-12-08 10:05:59 +0100
commita61f4cb34d3ff2b6e4fd9533f7eb2c9daac85bb5 (patch)
tree236f80401c2a30f89b85416175143918497d6b4b /bin
parent1361d656675c534638aa78c9decffae9e38127fa (diff)
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 <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/oss-fuzz-setup.sh2
1 files changed, 0 insertions, 2 deletions
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')