Commit 250666c
fix(ci): resolve rustup conflict in CI for segkit checks
The Ubuntu CI runners have a pre-installed ~/.rustup toolchain that
conflicts with the Nix-managed Rust from devbox. When devbox's cargo
invokes clippy/rustfmt, the system rustup intercepts and tries to
sync components, causing file rename errors.
Fixes:
- Remove system rustup in the Segkit CI job before running devbox
- Remove rustfmt/clippy from treefmt.toml — they are project-level
tools that don't fit treefmt's per-file model and were triggering
the same rustup conflict in the Lint job. Rust checks now run
exclusively in the dedicated Segkit CLI CI job.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 67aa1fc commit 250666c
2 files changed
Lines changed: 8 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
0 commit comments