diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-12-08 08:43:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-08 10:05:59 +0100 |
commit | a61f4cb34d3ff2b6e4fd9533f7eb2c9daac85bb5 (patch) | |
tree | 236f80401c2a30f89b85416175143918497d6b4b /bin | |
parent | 1361d656675c534638aa78c9decffae9e38127fa (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-x | bin/oss-fuzz-setup.sh | 2 |
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') |