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: bazelbuild/bazel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.6.0
Choose a base ref
...
head repository: bazelbuild/bazel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.6.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 27, 2025

  1. [7.6.1] Don't leak in-flight execution in RemoteSpawnCache (#25688)

    The in-flight executions need to be cleaned up also in case of a cache
    hit or an exception while interacting with the cache, otherwise
    `inFlightExecutions` grows over time retaining large `Spawn`s.
    
    Closes #25668.
    
    PiperOrigin-RevId: 740058969
    Change-Id: I42045219510df0347e38234d6d3bd1ebb6167d9b 
    (cherry picked from commit 0f957c1)
    fmeum authored Mar 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0bddcab View commit details

Commits on Mar 31, 2025

  1. Release 7.6.1 (2025-03-31)

    Release Notes:
    Bazel Release System authored and iancha1992 committed Mar 31, 2025
    Copy the full SHA
    023c2ed View commit details
Loading