Skip to content

chore: Update OSS-Fuzz CIFuzz actions to latest version#17695

Merged
bwplotka merged 1 commit intoprometheus:mainfrom
roidelapluie:roidelapluie/fixfuzzing
Dec 15, 2025
Merged

chore: Update OSS-Fuzz CIFuzz actions to latest version#17695
bwplotka merged 1 commit intoprometheus:mainfrom
roidelapluie:roidelapluie/fixfuzzing

Conversation

@roidelapluie
Copy link
Copy Markdown
Member

@roidelapluie roidelapluie commented Dec 15, 2025

Update google/oss-fuzz/infra/cifuzz actions from cafd7a0e to 537c8005.

Prior to this PR, the OSS-Fuzz builder environment was updated and now produces binaries that require GLIBC 2.32 or newer. However, the fuzzing runtime was based on Ubuntu 20.04 (GLIBC 2.31), while the builder itself runs in a more recent environment. This mismatch caused compatibility issues that this PR solves.

Which issue(s) does the PR fix:

Does this PR introduce a user-facing change?

NONE

Update google/oss-fuzz/infra/cifuzz actions from cafd7a0e to 537c8005.

Prior to this PR, the OSS-Fuzz builder environment was updated and now produces
binaries that require GLIBC 2.32 or newer. However, the fuzzing runtime was
based on Ubuntu 20.04 (GLIBC 2.31), while the builder itself runs in a more
recent environment. This mismatch caused compatibility issues that this PR
solves.

Signed-off-by: Julien Pivotto <[email protected]>
Copy link
Copy Markdown
Member

@bwplotka bwplotka left a comment

Choose a reason for hiding this comment

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

Thanks! 💪🏽

@bwplotka bwplotka merged commit 05d29a6 into prometheus:main Dec 15, 2025
29 checks passed
bwplotka added a commit that referenced this pull request Dec 15, 2025
chore: Update OSS-Fuzz CIFuzz actions to latest version
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.

2 participants