wasm-tools is needed at build time to generate the WebAssembly spec tests (INCLUDE_WASM_SPEC_TESTS), and the setup action downloads it from the bytecodealliance releases CDN for every build job. That CDN intermittently returns 504, which fails otherwise-green CI runs. Bake the pinned wasm-tools 1.243.0 into the ladybird-ci image so the Linux container jobs, which are the bulk of the build matrix, get it from the image instead of fetching it per run. A follow-up will drop the per-job download for the container platforms once this image is published. The macOS and Windows jobs run on native runners that do not use this image, so they keep downloading the same pinned version.
1 line
11 B
Text
1 line
11 B
Text
2026.06.14
|