Commit 344f99c
committed
fix(mise): switch sccache to ubi backend to match shim expectations
The mise shim maps the sccache binary to ubi:mozilla/sccache, but the
tool was installed as github:mozilla/sccache. This backend mismatch
causes the shim to fail with 'No version is set for shim: sccache' on
amd64. The github: backend is deprecated in favor of ubi: in newer mise
versions — switching aligns the tool declaration with what the shim
expects.
Also removes the now-unnecessary 'Activate mise environment' CI step.1 parent fe5b310 commit 344f99c
2 files changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 37 | | |
47 | 38 | | |
48 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments