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
It should be possible to compile without gcc when building without sqlite support. Currently
jonas@be40f2203672:~/go/src/code.gitea.io/gitea# go build main.go
# code.gitea.io/gitea/vendor/github.com/mattn/go-sqlite3
exec: "gcc": executable file not found in $PATH
[x]
):Description
It should be possible to compile without gcc when building without sqlite support. Currently
Related to: Issue #2172 and PR #2177
The text was updated successfully, but these errors were encountered: