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: jj-vcs/jj
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jj-vcs/jj
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aseipp/cargo-in-ci-build-both-windows-kolxvoutyxsv
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 17, 2026

  1. cargo: build windows binaries with crt-static

    This configuration is not CI specific; it should be used on all
    binaries (release and CI) too. This was accidentally broken in
    608ce2d it seems.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    0b0f6f2 View commit details
    Browse the repository at this point in the history
  2. cargo: in CI, include default config to reduce duplication

    In CI we pass `--config config-ci.toml` which overrides the default
    `config.toml` settings. Make sure we include them explicitly.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    493719b View commit details
    Browse the repository at this point in the history
Loading