Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projects held back from upgrade to Ubuntu 20.04 #6291

Closed
jonathanmetzman opened this issue Aug 24, 2021 · 4 comments
Closed

Projects held back from upgrade to Ubuntu 20.04 #6291

jonathanmetzman opened this issue Aug 24, 2021 · 4 comments

Comments

@jonathanmetzman
Copy link
Contributor

jonathanmetzman commented Aug 24, 2021

You are probably reading this issue because your project is using Ubuntu 16.04 (xenial) because it was broken by the upgrade to Ubuntu 20.04
Here is a list containing each broken project and a description of what went wrong.
Note that if your project was already broken on or around August 24 it may not be included on this list, even if upgrading to 20.04 introduces other breakges.

To upgrade to Ubuntu 20.04 please:

  1. Replace this line in your Dockerfile:
FROM gcr.io/oss-fuzz-base/base-builder:xenial

with this line:

FROM gcr.io/oss-fuzz-base/base-builder
  1. Fix the issue.
  2. Verify the fix locally.
  3. Submit the fix and upgrade as a pull request.
  4. Comment on this thread so we can mark your project as fixed.

Thank you!

Note: We don't have a timeline for when projects must upgrade to Ubuntu 20.04.
However, iff you are still using 16.04 we will not support your project if any additional issues arise.
gcr.io/oss-fuzz-base/base-builder:xenial image is not updated and may be removed in the future.

@maflcko
Copy link
Contributor

maflcko commented Sep 10, 2021

bitcoin-core and tor is fixed, see #6356

Samba was fixed in 7e5ede0 and can also be removed from the list

@astiob
Copy link
Contributor

astiob commented Sep 14, 2021

libass was upgraded to 20.04 in #6423.

rouault added a commit to rouault/oss-fuzz that referenced this issue Sep 17, 2021
I've committed changes into GDAL master that make it build with the
20.04 base-builder image

refs google#6291
Fixes coverage build failure of https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38508
DavidKorczynski pushed a commit that referenced this issue Sep 17, 2021
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
@DavidKorczynski
Copy link
Collaborator

DavidKorczynski commented Sep 22, 2021

Once #6475 is merged then all projects have been upgraded.

@jonathanmetzman
Copy link
Contributor Author

Just merged #6475. I can confirm nothing else is still on xenial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants