Skip to content

Conversation

@hunsche
Copy link
Contributor

@hunsche hunsche commented Nov 27, 2025

Summary

This pull request migrates the zlib project to use the new ubuntu-24-04 base image for fuzzing.

Changes in this PR

  1. projects/zlib/project.yaml: Sets the base_os_version property to "ubuntu-24-04".
  2. projects/zlib/Dockerfile: Updates the FROM instruction.

CC: [email protected], [email protected], [email protected]

@github-actions
Copy link

hunsche is a new contributor to projects/zlib. The PR must be approved by known contributors before it can be merged. The past contributors are: evverx, serge-sans-paille, vitaliset, fanquake, conNULL, hkctkuy, jvoisin, inferno-chromium, cvediver, Dor1s, gcp1304 (unverified), ProgramMax (unverified), sebpop (unverified), glennrp (unverified)

@@ -1,3 +1,4 @@
base_os_version: "ubuntu-24-04"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be without the quotes. But other than that CIFuzz is used there: https://github.com/madler/zlib/blob/develop/.github/workflows/fuzz.yml and last time I checked it didn't work with the ubuntu-24-04 images yet: #14264 (comment)

Copy link
Contributor Author

@hunsche hunsche Nov 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True, no quotes. Thanks!

This PR adds transparent support for Ubuntu 24.04 for projects using CIFuzz: #14350

@DavidKorczynski DavidKorczynski merged commit 5d804bc into master Dec 3, 2025
17 checks passed
@DavidKorczynski DavidKorczynski deleted the ubuntu-migration-zlib branch December 3, 2025 13:12
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

Successfully merging this pull request may close these issues.

3 participants