Commit 6080bd7
fix(release): linux gnu fallback — rusty_v8 has no musl prebuilts (bd-c6l13j79) (#280)
v0.1.0 dry-run iteration 2 (run 27449454203): darwin x2 + windows all
green end-to-end (iteration-1 fixes confirmed), but both linux musl
legs died with HTTP 404 downloading the rusty_v8 prebuilt static lib —
rusty_v8 (deno_core → quarto-system-runtime) publishes no musl
archives, and building V8 from source in CI is a non-starter. Static
musl is off the table for q2; braid could do it only because it ships
no JS engine.
- linux legs → x86_64/aarch64-unknown-linux-gnu on ubuntu-22.04 /
ubuntu-22.04-arm (glibc 2.35 floor, documented in release notes)
- new 'vendored-openssl' feature on crates/quarto (dep:openssl-sys +
openssl-sys/vendored), enabled only by the linux release legs via a
cargo_flags matrix field — release binaries carry no runtime libssl
dependency; dev builds untouched (replaces the musl-scoped dep table)
- musl-tools step dropped; keyring bundles still ship musl addons
(gcompat'd Alpine users running musl node)
actionlint clean; feature graph verified via cargo tree on the gnu
target; default-feature build unaffected; Cargo.lock unchanged.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 8f44bcb commit 6080bd7
3 files changed
Lines changed: 60 additions & 22 deletions
File tree
- .github/workflows
- claude-notes/plans
- crates/quarto
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
187 | 193 | | |
188 | | - | |
189 | | - | |
| 194 | + | |
| 195 | + | |
190 | 196 | | |
191 | 197 | | |
| 198 | + | |
192 | 199 | | |
193 | | - | |
194 | | - | |
| 200 | + | |
| 201 | + | |
195 | 202 | | |
196 | 203 | | |
| 204 | + | |
197 | 205 | | |
198 | 206 | | |
199 | 207 | | |
200 | 208 | | |
201 | 209 | | |
| 210 | + | |
202 | 211 | | |
203 | 212 | | |
204 | 213 | | |
205 | 214 | | |
206 | 215 | | |
| 216 | + | |
207 | 217 | | |
208 | 218 | | |
209 | 219 | | |
210 | 220 | | |
211 | 221 | | |
| 222 | + | |
212 | 223 | | |
213 | 224 | | |
214 | 225 | | |
| |||
230 | 241 | | |
231 | 242 | | |
232 | 243 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | 244 | | |
238 | 245 | | |
239 | 246 | | |
| |||
289 | 296 | | |
290 | 297 | | |
291 | 298 | | |
292 | | - | |
| 299 | + | |
293 | 300 | | |
294 | 301 | | |
295 | 302 | | |
| |||
489 | 496 | | |
490 | 497 | | |
491 | 498 | | |
492 | | - | |
493 | | - | |
| 499 | + | |
| 500 | + | |
494 | 501 | | |
495 | 502 | | |
496 | 503 | | |
| |||
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
396 | 421 | | |
397 | 422 | | |
398 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| |||
0 commit comments