-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Build fixes for CGO #44
base: master
Are you sure you want to change the base?
Conversation
You can see the current workflow run here: https://github.com/darthShadow/go-ieproxy/actions/runs/3066692597 It's currently failing tests for darwin & windows when CGO is disabled:
|
Signed-off-by: Anagh Kumar Baranwal <[email protected]>
Signed-off-by: Anagh Kumar Baranwal <[email protected]>
8ea7351
to
69928ad
Compare
Hi, Is there any problem with this PR that I need to fix that would allow it to get merged? |
I think the Windows code doesn't use cgo (no |
Ah, I missed that bit. Do you want me to cherry-pick your commit or do you want to create a separate PR once/if this is merged? |
Any update on this? The windows support of an upstream project seems to depend on it 🥺 |
Sorry, could you please rebase master branch? |
This is trying to fix a few build errors due to cgo constraints and incorrect workflow for testing that.