-
-
Notifications
You must be signed in to change notification settings - Fork 31
findProxyForURL with cgo on windows #45
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
What is your |
|
btw: the build error is here: https://github.com/seaweedfs/seaweedfs/actions/runs/3262244509/jobs/5359129932 |
You are using host C compiler. It MUST be cross C compiler for Windows. |
Correct. Need to build for windows with github actions. |
This is also breaking our release train for windows with github actions. Same error as originally posted. |
Any solution? Facing the same issue on Linux, compiling for Windows, CGO is not enabled. |
Had the same issue building on Windows with CGO.
Weirdly this only seemed to affect 386 arch (using |
Can unpin after mattn/go-ieproxy#45 closes. It looks like there is a PR to fix.
…package The replacement for the package `github.com/mattn/go-ieproxy` is currently in effect and replaces `v0.0.11` of the package with version `v0.0.1`. I believe this replacement is not necessary anymore, as the issue mattn/go-ieproxy#45 was fixed mattn/go-ieproxy#47 in v0.0.11.
…package (#678) The replacement for the package `github.com/mattn/go-ieproxy` is currently in effect and replaces `v0.0.11` of the package with version `v0.0.1`. I believe this replacement is not necessary anymore, as the issue mattn/go-ieproxy#45 was fixed mattn/go-ieproxy#47 in v0.0.11. Co-authored-by: Alex Boten <[email protected]>
Found a similar problem as #43 on windows
The text was updated successfully, but these errors were encountered: