Tags: gastownhall/beads
Tags
fix(release): revert all non-Linux targets to CGO_ENABLED=0, bump v0.… …63.3 Only Linux amd64/arm64 can cross-compile with CGO on the CI runner. macOS needs CoreFoundation/Security frameworks, Windows needs mingw with framework support, and Android/FreeBSD lack sysroot headers. These platforms use server mode; embedded Dolt is Linux-only for now. Removes zig setup (no longer needed — Linux arm64 uses system gcc). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix(release): add CGO build constraints for embeddeddolt, bump to v0.… …63.2 Gate embeddeddolt package on //go:build cgo with stub files for !cgo. Android and freebsd targets use CGO_ENABLED=0 since zig lacks sysroot headers for these platforms. Server mode still works on all targets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix(release): disable CGO for android/freebsd builds, bump to v0.63.1 Zig lacks sysroot headers for android and freebsd targets, causing stdlib.h not found errors. Revert these two targets to CGO_ENABLED=0 (they do not need embedded Dolt). Remove unused zig wrappers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PreviousNext