-
Notifications
You must be signed in to change notification settings - Fork 192
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
don't add DHCP options with empty lists #208
Conversation
a7fe2af
to
29e5af8
Compare
I found a similar report https://discuss.circleci.com/t/brew-not-installed-on-some-containers/7483/4 which suggests that it's a broken CircleCI "container". It sounds like it needs to be reported to CircleCI somehow :/ I think the patch looks good -- perhaps if someone could confirm that it really does build locally and the tests still work we could ignore the CI failure and merge anyway. |
@djs55 how do you normally build this locally? |
Signed-off-by: Mindy Preston <[email protected]>
29e5af8
to
5672610
Compare
@yomimono there may be better ways, but I usually build in a separate opam root with ./repo/darwin as the only repo. Something like this:
I updated the instructions in the README a few weeks ago, but they may be a bit outdated now - I don't think it works to just add the vpnkit repo if you already have the main opam repo set up (at least it didnt the last time I tried) |
Thanks @MagnusS! Here's the result of
|
I see appveyor is happy too, so I think we can ignore the CircleCI failure. |
Update the Golang bindings
See mirage/charrua#48 for more discussion.