-
Notifications
You must be signed in to change notification settings - Fork 299
vendor: bump github.com/vishvananda/netlink to fix build error on Darwin #1604
vendor: bump github.com/vishvananda/netlink to fix build error on Darwin #1604
Conversation
1af90ca to
b75342f
Compare
|
@ewoutp Can you please test the branch |
|
Still getting a build error, but a different one, also in netlink. |
|
@ewoutp Hilarious. Then I have no idea. |
|
@dongsupark Thanks for trying. |
|
There is now a PR in the netlink repo that fixes the issue, see vishvananda/netlink#138. It is also suggested to include netlink only on linux, see vishvananda/netlink#135 (comment). |
Bump vendor/github.com/vishvananda/netlink to commit 05415088e ("fix
darwin build by moving code"), to fix build errors on Darwin hosts.
Also add vendor/github.com/vishvananda/netns for dependencies.
Fixes: coreos#1603
b75342f to
9a26136
Compare
|
@ewoutp Thanks for the report and feedback. |
|
Build fine now, seems to work ok. |
|
@ewoutp Cool, then I'll merge it soon. |
|
Great. thx! |
|
Merged #1604. Thanks. |
Bump
vendor/github.com/vishvananda/netlinkto commit 05415088e ("fix darwin build by moving code"), to fix build errors on Darwin hosts.Also add
vendor/github.com/vishvananda/netnsfor dependencies.Fixes: #1603
/cc @ewoutp