Remove tcpip pin

The 2.7.0 release has the checksum feature we need.
This commit is contained in:
Thomas Leonard 2016-03-23 14:53:01 +00:00
parent 74ae5b6078
commit 1134b64f5e
2 changed files with 1 additions and 2 deletions

View File

@ -20,4 +20,4 @@ addons:
- time
- libxen-dev
env:
- FORK_USER=talex5 FORK_BRANCH=unikernel OCAML_VERSION=4.02 MIRAGE_BACKEND=xen PINS="mirage-nat:https://github.com/talex5/mirage-nat.git#simplify-checksum tcpip:https://github.com/mirage/mirage-tcpip.git mirage-bootvar-xen:https://github.com/talex5/mirage-bootvar-xen.git#qubes"
- FORK_USER=talex5 FORK_BRANCH=unikernel OCAML_VERSION=4.02 MIRAGE_BACKEND=xen PINS="mirage-nat:https://github.com/talex5/mirage-nat.git#simplify-checksum mirage-bootvar-xen:https://github.com/talex5/mirage-bootvar-xen.git#qubes"

View File

@ -19,7 +19,6 @@ To build (tested by creating a fresh Fedora 23 AppVM in Qubes):
2. Install mirage, pinning a few unreleased features we need:
opam pin add -y tcpip https://github.com/mirage/mirage-tcpip.git
opam pin add -y mirage-nat 'https://github.com/talex5/mirage-nat.git#simplify-checksum'
opam pin add -y mirage-bootvar-xen 'https://github.com/talex5/mirage-bootvar-xen.git#qubes'
opam install mirage