-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dependencies update and CI #33
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Antonin Décimo <[email protected]>
Signed-off-by: Antonin Décimo <[email protected]>
Signed-off-by: Antonin Décimo <[email protected]>
Signed-off-by: Antonin Décimo <[email protected]>
Signed-off-by: Antonin Décimo <[email protected]>
Signed-off-by: Antonin Décimo <[email protected]>
ping @dinosaure |
I did a quick look and it seems fine, I will make a release tomorrow, thanks 👍. |
dinosaure
added a commit
to dinosaure/opam-repository
that referenced
this pull request
Mar 22, 2022
CHANGES: - add option for capturing packets directly on the interface (mirage/mirage-vnetif#30, @MagnusS) - add option for unlocking a mutex when the interface is in listen mode (mirage/mirage-vnetif#30, @MagnusS) - add package mirage-vnetif-stack to provide a preassembled ipv4 stack (mirage/mirage-vnetif#30, @MagnusS) - add initial connect test for the vnetif-stack (mirage/mirage-vnetif#30, @MagnusS) - clean up opam dependencies (mirage/mirage-vnetif#30, @MagnusS) - drop mirage protocols and adapt to arp, ipaddr, tcpip interface changes (mirage/mirage-vnetif#33, @MisterDA)
dinosaure
added a commit
to dinosaure/opam-repository
that referenced
this pull request
Mar 22, 2022
CHANGES: - add option for capturing packets directly on the interface (mirage/mirage-vnetif#30, @MagnusS) - add option for unlocking a mutex when the interface is in listen mode (mirage/mirage-vnetif#30, @MagnusS) - add package mirage-vnetif-stack to provide a preassembled ipv4 stack (mirage/mirage-vnetif#30, @MagnusS) - add initial connect test for the vnetif-stack (mirage/mirage-vnetif#30, @MagnusS) - clean up opam dependencies (mirage/mirage-vnetif#30, @MagnusS) - drop mirage protocols and adapt to arp, ipaddr, tcpip interface changes (mirage/mirage-vnetif#33, @MisterDA)
dinosaure
added a commit
to dinosaure/opam-repository
that referenced
this pull request
Mar 22, 2022
CHANGES: - add option for capturing packets directly on the interface (mirage/mirage-vnetif#30, @MagnusS) - add option for unlocking a mutex when the interface is in listen mode (mirage/mirage-vnetif#30, @MagnusS) - add package mirage-vnetif-stack to provide a preassembled ipv4 stack (mirage/mirage-vnetif#30, @MagnusS) - add initial connect test for the vnetif-stack (mirage/mirage-vnetif#30, @MagnusS) - clean up opam dependencies (mirage/mirage-vnetif#30, @MagnusS) - drop mirage protocols and adapt to arp, ipaddr, tcpip interface changes (mirage/mirage-vnetif#33, @MisterDA) - restore old behavior of `mirage-vnetif` to avoid breaking changes (f0b8341, @dinosaure)
dinosaure
added a commit
to dinosaure/opam-repository
that referenced
this pull request
Mar 22, 2022
CHANGES: - add option for capturing packets directly on the interface (mirage/mirage-vnetif#30, @MagnusS) - add option for unlocking a mutex when the interface is in listen mode (mirage/mirage-vnetif#30, @MagnusS) - add package mirage-vnetif-stack to provide a preassembled ipv4 stack (mirage/mirage-vnetif#30, @MagnusS) - add initial connect test for the vnetif-stack (mirage/mirage-vnetif#30, @MagnusS) - clean up opam dependencies (mirage/mirage-vnetif#30, @MagnusS) - drop mirage protocols and adapt to arp, ipaddr, tcpip interface changes (mirage/mirage-vnetif#33, @MisterDA) - restore old behavior of `mirage-vnetif` to avoid breaking changes (f0b8341, @dinosaure)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some dependencies updates to remove warnings about deprecated stuff. Also remove dep on mirage-arp since it was merged into arp.
Added setup-ocaml GitHub Action, but without Ubuntu considering we can enable ocaml-ci on the repo.
Minor interface change to reflect changes in tcpip 5.0.0 (iirc).
Both CIs are passing: https://github.com/MisterDA/mirage-vnetif/tree/updates.