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

gvproxy doesn't compile on Windows anymore #26

Closed
guillaumerose opened this issue May 25, 2021 · 1 comment · Fixed by #29
Closed

gvproxy doesn't compile on Windows anymore #26

guillaumerose opened this issue May 25, 2021 · 1 comment · Fixed by #29

Comments

@guillaumerose
Copy link
Contributor

When I added the dhcp feature, I didn't notice that the DHCP library doesn't compile on Windows.

$ GOOS=windows make
go build -ldflags '-s -w -extldflags "-static"' -o bin/gvproxy ./cmd/gvproxy
vendor/github.com/insomniacslk/dhcp/dhcpv4/dhcpv4.go:29:2: build constraints exclude all Go files in /home/guillaumerose/gomod/vpnkit2/vendor/github.com/u-root/u-root/pkg/rand

I hope this package is the only blocker.

@guillaumerose
Copy link
Contributor Author

upstream PRs required:
u-root/u-root#2019
insomniacslk/dhcp#428

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant