Commit cc224ea
committed
packages(zellij): track latest stable, build Rust via rustup (#198)
Per review: track the latest stable zellij rather than pinning to an old
release to match Fedora's Rust.
- Bump to 0.44.3 (latest stable; needs Rust 1.92).
- Build with a rustup-managed toolchain instead of Fedora's rust/cargo.
The spec reads the Rust channel from the source's rust-toolchain.toml
and installs exactly that, so a Version bump is all it takes to follow
a new zellij — no coordinating with the chroot's Rust version.
- Extract the channel, remove rust-toolchain.toml, then install+default
the toolchain explicitly (minimal profile, host target only) so cargo
doesn't pull the wasm32/musl targets it lists; we only build the host
binary crate (plugins stay prebuilt). Robust against rustup 1.28's
change where `rustup show` no longer auto-installs.
- BuildRequires rustup + git; still needs COPR "internet access during
builds". README version/notes updated.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SDzdtoy59UEWDZvZhZBkhB1 parent a818cfa commit cc224ea
2 files changed
Lines changed: 33 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
39 | 55 | | |
40 | 56 | | |
41 | 57 | | |
| |||
59 | 75 | | |
60 | 76 | | |
61 | 77 | | |
62 | | - | |
| 78 | + | |
63 | 79 | | |
| 80 | + | |
| 81 | + | |
0 commit comments