Skip to content

fix: add linux-x64-baseline target mapping to build script - #1255

Open
err0x420 wants to merge 1 commit into
CodebuffAI:mainfrom
err0x420:main
Open

fix: add linux-x64-baseline target mapping to build script#1255
err0x420 wants to merge 1 commit into
CodebuffAI:mainfrom
err0x420:main

Conversation

@err0x420

@err0x420 err0x420 commented Sep 3, 2026

Copy link
Copy Markdown

Re-opening PR #814 following the repository history rewrite, as requested by maintainers.

Summary

The 'linux-x64-baseline' target mapping was missing from cli/scripts/build-binary.ts, preventing the build pipeline from mapping and producing the baseline binary artifact.

Details

  • Adds 'linux-x64-baseline' (mapped to 'bun-linux-x64-baseline') to getTargetInfo().
  • The CLI client runtime (index.js) already contains the fallback logic and looks for freebuff-linux-x64-baseline.tar.gz.
  • Adding this mapping allows the build script to properly resolve bun-linux-x64-baseline.

Fixes #797
Ref #814

Adds missing linux-x64-baseline mapping to enable non-AVX baseline builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

linux-x64-baseline target still contains AVX instructions, causing SIGILL on older CPUs (SSE4.1 only)

1 participant