Skip to content
New issue

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

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

Already on GitHub? # to your account

Ci fuzz serde v6 #11754

Closed
wants to merge 3 commits into from
Closed

Commits on Sep 10, 2024

  1. rust: keep older version of serde

    for oss-fuzz/cifuzz compatibility
    As they use an old nightly compiler
    catenacyber committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    104ee00 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. rust: pin serde version

    because oss-fuzz does not support newer rust nightly
    and newer serde does not support oss-fuzz old nightly
    catenacyber committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    13cf812 View commit details
    Browse the repository at this point in the history
  2. ci: mov from cifuzz to clusterfuzzlite

    To better support main7 CI fuzzing
    catenacyber committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bbce96f View commit details
    Browse the repository at this point in the history