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/apple_support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.24.0
Choose a base ref
...
head repository: bazelbuild/apple_support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.24.1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Oct 16, 2025

  1. Use args instead of env for output path (#473)

    If you have a custom rule that calls cc_common API without passing this
    variable, the configuration would fail. In bazel 8.x+ we could add
    expand_if_available but we still support 7.x. This uses the same
    mechanism as before instead.
    
    Fixes #472
    keith authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    9d422ea View commit details
    Browse the repository at this point in the history
Loading