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: aspect-build/rules_swc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.3
Choose a base ref
...
head repository: aspect-build/rules_swc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.4
Choose a head ref
  • 3 commits
  • 12 files changed
  • 3 contributors

Commits on Jul 7, 2025

  1. fix: add new SWC versions and allow MUSL (#307)

    Bazel does not support targeting MUSL explicitly. Thus we rely on
    resolution order here to pick gnu over musl by default.
    
    Users wishing to use MUSL should declare platforms explicit.
    guw authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    aecd7f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Configuration menu
    Copy the full SHA
    400100e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. fix: remove bad incompatible_use_toolchain_transition reference. (#309)

    bazel doesn't recognize this as of bazelbuild/bazel@f53608a.
    
    This causes @bazelbuild/examples CI failure: bazelbuild/examples#610.
    gregestren authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    ab70c9f View commit details
    Browse the repository at this point in the history
Loading