mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-10-01 01:05:39 -04:00
Remove mirage-xen pin
mirage-xen 2.4.0 has been released with the required features. (also fixes indentation problem reported by @cfcs in #6)
This commit is contained in:
parent
368d6e96c5
commit
74ae5b6078
@ -20,4 +20,4 @@ addons:
|
||||
- time
|
||||
- libxen-dev
|
||||
env:
|
||||
- FORK_USER=talex5 FORK_BRANCH=unikernel OCAML_VERSION=4.02 MIRAGE_BACKEND=xen PINS="mirage-xen:https://github.com/talex5/mirage-platform.git#mm 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 tcpip:https://github.com/mirage/mirage-tcpip.git mirage-bootvar-xen:https://github.com/talex5/mirage-bootvar-xen.git#qubes"
|
||||
|
@ -19,10 +19,9 @@ 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 mirage-xen 'https://github.com/talex5/mirage-platform.git#mm'
|
||||
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 pin add -y mirage-bootvar-xen 'https://github.com/talex5/mirage-bootvar-xen.git#qubes'
|
||||
opam install mirage
|
||||
|
||||
3. Build mirage-firewall:
|
||||
|
Loading…
Reference in New Issue
Block a user