aboutsummaryrefslogtreecommitdiff
path: root/projects/gdal
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/gdal
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/gdal')
-rw-r--r--projects/gdal/Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/projects/gdal/Dockerfile b/projects/gdal/Dockerfile
index 00f072373..4ecf0fe2f 100644
--- a/projects/gdal/Dockerfile
+++ b/projects/gdal/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 g++ curl cmake sqlite3 pkg-config