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

[elfutils] unpin the base-builder image #12550

Merged
merged 3 commits into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    e5813df View commit details
    Browse the repository at this point in the history
  2. [elfutils] show clang version

    to make it a bit easier to figure out what's going on.
    evverx committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    91d4aba View commit details
    Browse the repository at this point in the history
  3. [elfutils] no longer compile srcfiles.cxx

    srcfiles.cxx started failing to compile with the OSS-Fuzz toolchain
    when it was switched from clang-18.0.0 to clang-18.1.8 in
    google#12365.
    google#12365 (comment)
    It's probably an OSS-Fuzz toolchain bug but it doesn't matter much
    because the srcfiles binary isn't relevant in terms of fuzzing and
    can safely be excluded.
    evverx committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2675320 View commit details
    Browse the repository at this point in the history