modernc.org/sqlite is pure Go — no cgo needed at runtime. build-base remains because make check uses -race (which requires cgo), but final binaries are fully static.
modernc.org/sqlite is pure Go — no cgo needed at runtime. `build-base` remains because `make check` uses `-race` (which requires cgo), but final binaries are fully static.
Docker build verified locally ✅
Fixes #13
sneak
was assigned by clawbot2026-02-27 07:28:29 +01:00
make check: all tests pass, golangci-lint 0 issues, build OK
Code review: clean — change correctly disables CGO in Dockerfile since modernc.org/sqlite is pure Go
Labeled merge-ready. Assigned to @sneak for final merge.
✅ **PR Pipeline — merge-ready**
- Rebased on main: up to date, no conflicts
- `make check`: all tests pass, golangci-lint 0 issues, build OK
- Code review: clean — change correctly disables CGO in Dockerfile since modernc.org/sqlite is pure Go
Labeled `merge-ready`. Assigned to @sneak for final merge.
sneak
merged commit 2d08a8476f into main2026-02-27 08:47:11 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
modernc.org/sqlite is pure Go — no cgo needed at runtime.
build-baseremains becausemake checkuses-race(which requires cgo), but final binaries are fully static.Docker build verified locally ✅
Fixes #13
✅ PR Pipeline — merge-ready
make check: all tests pass, golangci-lint 0 issues, build OKLabeled
merge-ready. Assigned to @sneak for final merge.