aboutsummaryrefslogtreecommitdiff
path: root/projects/libass
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-24 15:24:25 -0700
committerGitHub <noreply@github.com>2021-08-24 15:24:25 -0700
commitbf1275f0058ed88d916db0863d658a9d09665674 (patch)
tree68fb750f4767229e09e41aea741cc624e897ea45 /projects/libass
parentae42b1fd0009f47f206127a9018a20ec78285f0e (diff)
downloadoss-fuzz-bf1275f0058ed88d916db0863d658a9d09665674.tar.gz
[Ubuntu upgrade] Pin projects to Xenial where fuzzer build fails. (#6293)
This does not include coverage build failures. Related: #6180.
Diffstat (limited to 'projects/libass')
-rw-r--r--projects/libass/Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/projects/libass/Dockerfile b/projects/libass/Dockerfile
index b0758cef1..9cd284493 100644
--- a/projects/libass/Dockerfile
+++ b/projects/libass/Dockerfile
@@ -14,7 +14,11 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+# 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
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config libfreetype6-dev libfontconfig1-dev python3-pip && \
pip3 install meson==0.53.0 ninja