You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install.sh:49-52 hard-fails arm64 users on older glibc with no static build for $arch — build from source, while x86-64 falls back to musl.
What to do
Add the target to .github/workflows/release.yml.
Needs a cross C toolchain for bundled SQLite — the cross job in .github/workflows/ci.yml already demonstrates the pattern with CC_<target> for the two existing cross targets.
Replace the hard failure in install.sh with the musl fallback arm64 currently lacks.
Acceptance
An arm64 Linux machine below the glibc 2.35 floor installs successfully.
Problem
install.sh:49-52hard-fails arm64 users on older glibc withno static build for $arch — build from source, while x86-64 falls back to musl.What to do
.github/workflows/release.yml.crossjob in.github/workflows/ci.ymlalready demonstrates the pattern withCC_<target>for the two existing cross targets.install.shwith the musl fallback arm64 currently lacks.Acceptance
An arm64 Linux machine below the glibc 2.35 floor installs successfully.