[lldb-eval] Fix build failure after upgrade to Ubuntu 20.04 (#6511)

This commit is contained in:
Tonko Sabolčec 2021-09-22 19:28:51 +00:00 committed by GitHub
parent de0f7eafff
commit 06c8dcb618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -14,11 +14,7 @@
#
################################################################################
# Using Ubuntu 16.04 because of breakage on Ubuntu 20.04.
# See https://github.com/google/oss-fuzz/issues/6291 for more details.
FROM gcr.io/oss-fuzz-base/base-builder:xenial
# Delete line above and uncomment line below to upgrade to 20.04.
# FROM gcr.io/oss-fuzz-base/base-builder
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update \
&& apt-get install -y wget git patchelf zlib1g-dev python libtinfo-dev --no-install-recommends

View File

@ -17,7 +17,7 @@
(
cd $SRC/
GITHUB_RELEASE="https://github.com/google/lldb-eval/releases/download/oss-fuzz-llvm-12"
GITHUB_RELEASE="https://github.com/google/lldb-eval/releases/download/oss-fuzz-ubuntu-20.04"
if [ "$SANITIZER" = "address" ]
then