Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7dde6e7
fix: Allow build on illumos for rattler_pty (#2635)
gemelen Aug 1, 2026
92fec49
feat: add `lfs` field to git source locations in the lock file (#2633)
Hofer-Julian Aug 3, 2026
4e5e69c
chore: release (#2626)
octo-sts[bot] Aug 3, 2026
d482a49
feat: add PackageArchive for sparse reads from conda packages (#2632)
baszalmstra Aug 4, 2026
4fe9c9f
ci: unblock pixi setup and source package builds (#2642)
baszalmstra Aug 5, 2026
b8d90e2
chore(ci): Update Rust crate anyhow to v1.0.104 (#2638)
renovate[bot] Aug 5, 2026
7aa5e8b
fix: Failing test (#2647)
pavelzw Aug 5, 2026
7d92b33
feat: Improve `rattler solve` output (#2644)
pavelzw Aug 5, 2026
501ec08
fix(repodata_gateway): test remote run_exports against a local server…
baszalmstra Aug 5, 2026
935526e
fix: follow the OCI registry's WWW-Authenticate challenge (#2628)
earlybard Aug 5, 2026
cfc6bf4
fix(shell): escape env var values in activation script (#2621)
Ashish-Kumar-Dash Aug 5, 2026
4a46ed5
fix(rattler_solve): rate candidates by their most restrictive require…
baszalmstra Aug 5, 2026
0b9a677
feat: add CEP-6 channel notice support (#2639)
wolfv Aug 5, 2026
59163e1
fix(rattler_git): harden LFS checkouts and add path filters (#2640)
wolfv Aug 5, 2026
1e8966d
fix(repodata-gateway): limit concurrent shard cache reads (#2163)
wolfv Aug 5, 2026
130e593
fix(rattler_networking): report a missing OCI manifest as a 404 inste…
earlybard Aug 6, 2026
5453393
feat: Introduce default versions for virtual packages (#2646)
pavelzw Aug 6, 2026
ac9ca8d
feat(rattler_conda_types): convert to and from `semver::Version` (#2641)
baszalmstra Aug 6, 2026
4edf98a
feat(rattler_cache): add package layer filtering (#2652)
wolfv Aug 6, 2026
bb636c5
feat: add a shared config layer read by all rattler-based tools (#2645)
Hofer-Julian Aug 6, 2026
01711c3
perf: speed up CUDA virtual package detection (#2568)
baszalmstra Aug 6, 2026
43e4631
Merge remote-tracking branch 'origin/main' into pr-2615-merge
wolfv Aug 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
RUST_BACKTRACE: 1
RUSTFLAGS: "-D warnings"
CARGO_TERM_COLOR: always
DEFAULT_FEATURES: indicatif,tokio,serde,reqwest,sparse,gateway,resolvo,libsolv_c,s3,edit,rattler_config
DEFAULT_FEATURES: indicatif,tokio,serde,reqwest,sparse,gateway,resolvo,libsolv_c,s3,edit,rattler_config,rattler_conda_types/semver

jobs:
check-rustdoc-links:
Expand Down
Loading