Skip to content

Commit

Permalink
TMP: use upstream version of ocaml-9p to work with MirageOS 3
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
  • Loading branch information
samoht committed Apr 25, 2017
1 parent d30d1be commit 32152f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN sudo apk add tzdata aspcud gmp-dev perl
RUN opam pin add hvsock.0.14.0 --dev -n
RUN opam pin add irmin.1.1.0 --dev -n
RUN opam pin add irmin-git.1.1.0 --dev -n
RUN opam pin add -yn protocol-9p.0.8.0 'https://github.com/talex5/ocaml-9p.git#ping'
#RUN opam pin add -yn protocol-9p.0.8.0 'https://github.com/talex5/ocaml-9p.git#ping'
RUN opam depext -ui lwt inotify alcotest conf-libev lambda-term asl win-eventlog camlzip irmin-watcher mtime mirage-flow conduit hvsock cohttp prometheus-app git irmin cmdliner protocol-9p channel rresult win-error named-pipe

COPY check-libev.ml /tmp/check-libev.ml
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN sudo apk add tzdata aspcud
RUN opam pin add hvsock.0.14.0 --dev -n
RUN opam pin add irmin.1.1.0 --dev -n
RUN opam pin add irmin-git.1.1.0 --dev -n
RUN opam pin add -yn protocol-9p.0.8.0 'https://github.com/talex5/ocaml-9p.git#ping'
#RUN opam pin add -yn protocol-9p.0.8.0 'https://github.com/talex5/ocaml-9p.git#ping'
RUN opam pin add github --dev -n
RUN opam depext -ui lwt inotify alcotest conf-libev lambda-term cmdliner github protocol-9p rresult prometheus-app asl win-eventlog mtime hex github-hooks hvsock camlzip irmin-watcher git irmin

Expand Down

0 comments on commit 32152f2

Please sign in to comment.