From 1134b64f5ef0ab43c7a946619a1c77362ed81fa0 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Wed, 23 Mar 2016 14:53:01 +0000 Subject: [PATCH] Remove tcpip pin The 2.7.0 release has the checksum feature we need. --- .travis.yml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0a27e1..dc21f03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/README.md b/README.md index b800f7c..5079e3a 100644 --- a/README.md +++ b/README.md @@ -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