Commit 12a86c9
refactor: simplify Alpine CI with node image, corepack, and smart linker scripts
- Use node:22-alpine3.21 image instead of alpine:3.21 to get Node.js
with TypeScript support pre-installed
- Use corepack to install pnpm, respecting packageManager in package.json
- Update .cargo linker scripts to detect Linux hosts and use system cc
directly, removing the need for the sed workaround in CI
- Split Rust setup into rustup install + toolchain install from
rust-toolchain.toml
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2733656 commit 12a86c9
File tree
4 files changed
+19
-18
lines changed- .cargo
- .github/workflows
4 files changed
+19
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
| 154 | + | |
157 | 155 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
| 156 | + | |
164 | 157 | | |
165 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
166 | 162 | | |
167 | 163 | | |
168 | | - | |
| 164 | + | |
169 | 165 | | |
170 | 166 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | 167 | | |
177 | 168 | | |
178 | 169 | | |
| |||
0 commit comments