-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Unable to compile on windows using Go 1.15 #12588
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
Comments
@iamdoubz it is because of the sqlite3 support - if you dont need sqlite3 you can compile it with go 1.15 on windows it's a windows related issue only |
Is there a known workaround? |
:( no |
@iamdoubz thanks for reporting this :) Sadly we also have noticed this. I hope to report this upstream to golang itself. Could you assist me with some information that is needed for me to do so? I require the output of the following two commands (my access to windows is limited and so I am unable to run these myself)
|
Sad day.
I would be more than happy to help. You should be so lucky to not be so intertwined, rather hard coded, in the Windows environment :/ go version:
go env:
|
I am thankful every day 😆 Thanks for this information :) Once I create the ticket I'll link it here. |
Just let me know if you need anything else. |
I've just submitted: golang/go#41013 |
Patch works for 1.13. Any chance you can backport this to 1.12 as well? |
[x]
):Description
When rebuilding Gitea v1.12 for Go v1.15.0, I get a make error.
When rebuilding Gitea v1.13 for Go v1.15.0, I get a make error as well:
Screenshots
N/A
The text was updated successfully, but these errors were encountered: