Skip to content

Commit

Permalink
Samba builds now expect Ubuntu 20.04 (#6419)
Browse files Browse the repository at this point in the history
Per #6302 and #6301 (comment) Samba needed, and now did upgrade the build scripts to run on Ubuntu 20.04.

See samba-team/samba@4366c3b
  • Loading branch information
Andrew Bartlett committed Sep 9, 2021
1 parent 1e888cb commit 7e5ede0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions projects/samba/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 git clone https://gitlab.com/samba-team/samba samba
RUN samba/lib/fuzzing/oss-fuzz/build_image.sh
Expand Down

0 comments on commit 7e5ede0

Please sign in to comment.