Files
bun.sh/cmake
Claude Bot 578a3b810e fix(build): restore baseline WebKit suffix for x64 builds
Fixes #26635

The fix from #26071 was accidentally reverted in commit b268004715
("Upgrade WebKit to d5bd162d9ab2"). This re-applies the fix to request
the baseline WebKit variant for x64 baseline builds.

Without this, baseline x64 builds use a WebKit compiled with
-march=haswell (AVX/AVX2), causing illegal instruction (SIGILL) crashes
when running under QEMU emulation or on older CPUs without AVX support.

Uses the already-computed WEBKIT_ARCH variable instead of duplicating
the architecture regex pattern.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 15:50:19 +00:00
..