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

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    c3baf30 View commit details
    Browse the repository at this point in the history
  2. [8.4.2] Remove xcode_locator's no_uuid and codesigning workarounds (#…

    …27087)
    
    These workarounds were added (in 76b3c24, #14168) to
    enable hermetic macOS toolchain setup, but are no longer necessary as
    far as I can tell (see also: bazelbuild/apple_support@44c43c715a,
    bazelbuild/apple_support#373).
    
    It should be noted that macOS Tahoe seems to have enforced that LC_UUID
    must be present in executables. Executables without it are rejected by
    dyld with `dyld: missing LC_UUID load command`, effectively stops Bazel
    from working. It is therefore necessary to drop these workarounds here
    and in Apple support (done in bazelbuild/apple_support@44c43c715a) in
    order for Bazel to function on macOS Tahoe.
    
    CC @keith
    
    Closes #27014.
    
    PiperOrigin-RevId: 811436317
    Change-Id: I9d819fdbc2b76ad4ee5abb1fc0c4eb1ee1b442fb
    
    Commit
    433e0e7
    
    Co-authored-by: Ruoyu Zhong <zhongruoyu@outlook.com>
    bazel-io and ZhongRuoyu authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    2b47bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. [8.4.2] Clean up default lockfile (#27111)

    This drops a few extension entries that would otherwise be contained in
    the lockfile of every Bazel project, even an empty one.
    
    Closes #27065.
    
    PiperOrigin-RevId: 812741057
    Change-Id: Ibe879ebf9af0091c31c8e16ef1e2680acb9de004
    
    Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
    meteorcloudy and fmeum authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f960042 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Release 8.4.2 (2025-10-01)

    Release Notes:
    Bazel Release System authored and iancha1992 committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    93cde47 View commit details
    Browse the repository at this point in the history
Loading