-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to mattn/go-sqlite3 v1.14.19 #177
Comments
Also manually changing go-sqlite3 in your
|
alufers
added a commit
to alufers/sqlite
that referenced
this issue
Mar 11, 2024
Updating this library will fix building on Alpine. This is helpful for people building in containers.
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please bump this dependency version
sqlite/go.mod
Line 6 in e64f7a5
This fixes mattn/go-sqlite3#1164 - can't build on Alpine 3.19 (?)
For anyone else hitting this, a temporary workaround is to set
CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
The text was updated successfully, but these errors were encountered: