Skip to content

Commit

Permalink
[GDAL] Use Ubuntu 20.04 base-builder image (#6476)
Browse files Browse the repository at this point in the history
I've committed changes into GDAL master that make it build with the
20.04 base-builder image

refs #6291
Fixes coverage build failure of https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38508
  • Loading branch information
rouault committed Sep 17, 2021
1 parent 0d6acec commit caa34b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions projects/gdal/Dockerfile
Expand Up @@ -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 make autoconf automake libtool g++ curl cmake sqlite3 pkg-config

Expand Down

0 comments on commit caa34b1

Please sign in to comment.