Skip to content

chore(ci): Update Pixi#106

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pixi
Open

chore(ci): Update Pixi#106
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pixi

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
rattler-build feature-packaging minor >=0.62,<0.63>=0.65,<0.66 0.65.1
rust (source) minor >=1.94,<1.95>=1.95,<1.96 1.96.0
rust-src (source) minor >=1.94,<1.95>=1.95,<1.96 1.96.0
sccache minor >=0.14,<0.15>=0.15,<0.16

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

prefix-dev/rattler-build (rattler-build)

v0.65.0

✨ Highlights

Just some minor changes, and a release to pull in the latest rattler release.

Added
Fixed
New Contributors

v0.64.1

✨ Highlights
Added

v0.64.0

✨ Highlights

We added experimental support for v3 packages, which means you can define extras, conditional dependencies and flags.

  • extras: define optional dependency groups, a well known concept from PyPI
  • when: define conditions under which dependencies should appear (e.g. `foo[when="python>=3.10"])
  • flags: make variants easy to select by adding flags to your variant output, e.g. foo[flags=['blas', 'cuda']]

Example recipe:

package:
  name: v3-explore
  version: 0.1.0

build:
  flags:
    - ${{ "cuda" if cuda else "blas" }}
    - "release"

requirements:
  run:
    - python
    # pull in scipy only when `python >=3.10`
    - scipy [when="python >=3.10"]

  extras:
    scipy:
      - numpy
Added
Documentation
Fixed
Performance

v0.63.1

✨ Highlights
Fixed
  • Use force directory removal to handle Windows file locks by @​wolfv in #​2444
  • Remove PKG_* environment variables in staging cache, set variant values by @​wolfv in #​2449

v0.63.0

✨ Highlights

The staging output is no longer experimental! 🎉

[!WARNING]
Multi-output recipes no longer auto-discover build.sh / build.bat files. Each output must now explicitly reference its build script. To preserve current behavior use script: build (which auto-selects .sh or .bat) in the output.

Added
Documentation
Fixed
mozilla/sccache (sccache)

v0.15.0

sccache 0.15.0

Summary

sccache 0.15.0 brings several notable improvements:

  • Multi-tier caching: New support for layered caches with fallback and automatic backfilling between tiers (#​2581).
  • C++20 modules: Initial (partial) support for compiling C++20 modules (#​2516).
  • Expanded MSVC support: New flags handled including d1nodatetime, await:strict (#​2617), Y-, YI, Zf (#​2663), and the default .pdb extension for /Fd (#​2621).
  • New platforms: loongarch64 support (#​2669) and crt-static for riscv64 musl targets (#​2683).
  • ccache interop: Avoid double-caching when ccache is also installed in PATH (#​2524).
  • Cargo integration: CARGO_ENCODED_RUSTFLAGS is now excluded from the env var hash to prevent spurious cache misses (#​2651), and dep-info handling correctly skips directories (#​2676).
  • Distribution: cargo-binstall metadata for prebuilt binary installation (#​2647).
  • Reliability fixes: GCS initialization (#​2637), Windows Win32_Security feature (#​2627), and retries for dist docker image builds (#​2677).

This release also includes a large round of clippy-driven cleanups and several CI fixes. Welcome to 7 new contributors!

Features

Fixes

CI

Clippy & cleanup

Docs

Dependencies

New Contributors

Full Changelog: mozilla/sccache@v0.14.0...v0.15.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) May 12, 2026 01:47
@renovate renovate Bot force-pushed the renovate/pixi branch from 13633f7 to a1ed0e0 Compare May 13, 2026 20:46
@renovate renovate Bot changed the title chore(ci): Update dependency rattler-build to >=0.63,<0.64 chore(ci): Update Pixi May 13, 2026
@renovate renovate Bot force-pushed the renovate/pixi branch 2 times, most recently from c367c3b to d433a45 Compare May 18, 2026 19:16
@renovate renovate Bot force-pushed the renovate/pixi branch from d433a45 to d9040c9 Compare June 3, 2026 21:46
@renovate renovate Bot force-pushed the renovate/pixi branch from d9040c9 to 881f57e Compare June 9, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants