Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/clusterfuzz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.19.0
Choose a base ref
...
head repository: google/clusterfuzz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 36 files changed
  • 5 contributors

Commits on Dec 19, 2025

  1. Remove oss-fuzz/worker and oss-fuzz/host images. (#5094)

    They are supporting a model that no longer exists.
    jonathanmetzman authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    29cd5ba View commit details
    Browse the repository at this point in the history
  2. Delete tester images (#5091)

    Progrollout replaced it.
    Fixes: #4320
    jonathanmetzman authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    d77bab0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Download databundles for non engine jobs (#5085)

    This fixes b/446692241 by downloading databundles on blacbox fuzzer
    runs.
    It does so without hurting the performance of non-blackbox batch tasks.
    Since downloading the default databundle takes ~5 minutes. It also
    optimizes the unzip by about 50% by using the linux unzip binary instead
    of Python's slow implementation.
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    Co-authored-by: jonathanmetzman <[email protected]>
    Co-authored-by: Jonathan Metzman <[email protected]>
    3 people authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    854f286 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. docker: Add luarocks to OSS-Fuzz base images. (#5097)

    This adds luarocks to the apt-get install list in:
    - docker/oss-fuzz/base/Dockerfile
    - docker/oss-fuzz/base/ubuntu-20-04.Dockerfile
    - docker/oss-fuzz/base/ubuntu-24-04.Dockerfile
    
    Unblocks: google/oss-fuzz#13929
    jonathanmetzman authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    f7aa481 View commit details
    Browse the repository at this point in the history
  2. Resolve SIGILL errors on Pixel 6 devices caused by a binary mismatch (#…

    …5076)
    
    Filter fuzzing jobs to ensure Pixel 6 compatibility for Pixel 6 devices.
    Prevent Pixel 6 devices from falling back to the generic `jobs-android`
    queue.
    AYUSHMAAN-B authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    11cf7c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    700f6c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5fd5b0 View commit details
    Browse the repository at this point in the history
Loading