Skip to content
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

Compiling without gcc #3129

Closed
1 of 7 tasks
cez81 opened this issue Dec 9, 2017 · 0 comments · Fixed by #3130
Closed
1 of 7 tasks

Compiling without gcc #3129

cez81 opened this issue Dec 9, 2017 · 0 comments · Fixed by #3130
Assignees
Labels
topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile
Milestone

Comments

@cez81
Copy link
Contributor

cez81 commented Dec 9, 2017

  • Gitea version (or commit ref): b8e45b1
  • Git version: 2.7.4
  • Operating system: Ubuntu 16.04
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist: N/A

Description

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

Related to: Issue #2172 and PR #2177

@lunny lunny added the topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile label Dec 10, 2017
@lunny lunny added this to the 1.4.0 milestone Dec 10, 2017
@lunny lunny self-assigned this Dec 10, 2017
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants