Skip to content

Commit

Permalink
match github.com/moby/hyperkit/pull/74
Browse files Browse the repository at this point in the history
Signed-off-by: António Meireles <[email protected]>
  • Loading branch information
AntonioMeireles committed Oct 25, 2016
1 parent 425ef4c commit b82c5f2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BUILDDATE = $(shell /bin/date "+%FT%T%Z")

OPAMROOT ?= ~/.opam
HYPERKIT_GIT = "https://github.com/docker/hyperkit.git"
HYPERKIT_COMMIT = 2db2b2c60799918dafb3d95368e935c3f620911d
HYPERKIT_COMMIT = 01e374019fc0a8277b46b60d1787107273bd6610

MKDIR = /bin/mkdir -p
CP = /bin/cp
Expand Down Expand Up @@ -109,16 +109,11 @@ Godeps: force
hyperkit: force
# - ocaml stack
# - 1st run
# - brew install opam
# - brew install opam libev
# - opam init -y
# - opam pin add qcow-format
# "git://github.com/mirage/ocaml-qcow#master" -y
# - opam install --yes uri qcow-format ocamlfind
# - opam install --yes uri qcow-format ocamlfind conf-libev
# - maintenance
# - opam update && opam upgrade -y
# - opam pin add qcow-format
# "git://github.com/mirage/ocaml-qcow#master" -y
# - opam install --yes uri qcow-format ocamlfind
# - build
# - make clean
# - eval `opam config env` && make all
Expand Down

0 comments on commit b82c5f2

Please sign in to comment.