We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pre-compiled Windows builds did not include the CGO_ENABLED flag and cannot open SQLite files.
CGO_ENABLED
The text was updated successfully, but these errors were encountered:
Experiencing the same issue on Debian (Bookworm)
Sorry, something went wrong.
Experiencing the same issue on Debian (buster)
Goal could be to get rid of CGO entirely.
Following this Reddit post we can list all deps that use CGO, which boils down to
github.com/mattn/go-sqlite3 golang.design/x/clipboard.
We could swap the sqlite driver to a pure go one.
I dont know about clipboard though. They have some open issues about that:
One could try to swap the driver and build with CGO_ENABLED=0
CGO_ENABLED=0
No branches or pull requests
The pre-compiled Windows builds did not include the
CGO_ENABLED
flag and cannot open SQLite files.The text was updated successfully, but these errors were encountered: