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
When trying to build Gitea under Windows 10 I get this error:
I guess the error is caused by the fact that the methods of the Go package syscall are platform dependent. See syscall_windows.go, there is no Kill method. The code which breaks my build was introduced with #7274.
git version 2.23.0.windows.1
go version go1.13.1 windows/amd64
[x]
):Description
When trying to build Gitea under Windows 10 I get this error:
I guess the error is caused by the fact that the methods of the Go package
syscall
are platform dependent. See syscall_windows.go, there is noKill
method. The code which breaks my build was introduced with #7274.The build works fine with the commit 4a290bd.
The text was updated successfully, but these errors were encountered: