Skip to content

Commit

Permalink
Merge pull request #3 from robur-coop/fix
Browse files Browse the repository at this point in the history
adapt to recent MirageVPN change
  • Loading branch information
dinosaure authored Jun 21, 2024
2 parents 8342b25 + db5d228 commit ee2e3da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN opam init --disable-sandboxing -a --bare https://github.com/ocaml/opam-repos
RUN opam switch create myswitch 4.14.2
RUN opam exec -- opam install -y mirage opam-monorepo ocaml-solo5
RUN opam exec -- opam install -y tls
RUN opam pin add -y https://github.com/robur-coop/miragevpn.git#0a502cafd0824888c194039fae32a9e1e65cd356
RUN opam pin add -y https://github.com/robur-coop/miragevpn.git#34588aecfee64cbd1bf4be9ca4f198423a3c3c0b
RUN opam pin add -y https://github.com/mirage/mirage-qubes.git#6d4745eb111c84d68efc8bb14e03d4c5c761df3b
RUN mkdir /tmp/orb-build
ADD config.ml /tmp/orb-build/config.ml
Expand Down
2 changes: 1 addition & 1 deletion qubes-miragevpn.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2959804554bc7bca62d391355086abe80ffe37c35ce3c016eba0320a3077d0e0 ./dist/qubes-miragevpn.xen
c1916f5d930383ddfe445f231e28db6e268b92a93858c83570a3766392d21f00 ./dist/qubes-miragevpn.xen
2 changes: 1 addition & 1 deletion unikernel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Main
(S : Tcpip.Stack.V4V6)
(KV : Mirage_kv.RO) =
struct
module O = Miragevpn_mirage.Make (R) (M) (P) (T) (S)
module O = Miragevpn_mirage.Client_router (R) (M) (P) (T) (S)

type t =
{ ovpn : O.t
Expand Down

0 comments on commit ee2e3da

Please sign in to comment.