-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to OCaml 4.07 and Mirage 3.7.3
- Loading branch information
Showing
6 changed files
with
40 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
_build | ||
.merlin | ||
server/Makefile | ||
server/cuekeeper_libvirt.xml | ||
server/main.ml | ||
server/main.native | ||
server/cuekeeper.xl.in | ||
server/mir-cuekeeper | ||
server/static.ml | ||
server/static1.ml* | ||
server/log | ||
server/conf | ||
server/devices.ml | ||
cuekeeper-bin-* | ||
cuekeeper-bin-*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
FROM ocaml/opam2:debian-10-opam@sha256:79636246d69ee9d285c87af8a078d2dcc1c893d75e40c581da3284da6cf1841c | ||
#FROM ocaml/opam2:debian-10-opam | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
RUN sudo apt-get -y update && sudo apt-get -y install aspcud zip m4 autoconf build-essential gcc-multilib ca-certificates git rsync time --no-install-recommends | ||
RUN opam init --comp=4.05.0+32bit --disable-sandboxing | ||
FROM ocurrent/opam:debian-10-ocaml-4.07@sha256:2f9a9fc195b29f1006d0f97ae4c6300fb175800703b12a15b51583a1f7a547b7 | ||
#FROM ocurrent/opam:debian-10-ocaml-4.07 | ||
RUN opam pin add -yn reactiveData https://github.com/hhugo/reactiveData.git | ||
RUN opam pin add -yn irmin-git.1.4.0 https://github.com/talex5/irmin.git#1.4.0-cuekeeper | ||
RUN opam pin add -yn irmin-indexeddb.1.3 https://github.com/talex5/irmin-indexeddb.git#irmin-1.3 | ||
RUN mkdir /home/opam/cuekeeper | ||
COPY --chown=opam cuekeeper.opam /home/opam/cuekeeper/ | ||
WORKDIR /home/opam/cuekeeper | ||
RUN opam install --solver=aspcud -y -t --deps-only . | ||
RUN opam pin add -yn cuekeeper.dev . | ||
RUN opam depext -t cuekeeper | ||
RUN opam install -t --deps-only cuekeeper | ||
ENTRYPOINT ["opam", "config", "exec", "--"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
conf | ||
config | ||
cuekeeper | ||
cuekeeper_libvirt.xml | ||
cuekeeper.xl.in | ||
devices.ml | ||
dune | ||
dune.build | ||
dune.config | ||
dune-project | ||
*.install | ||
key_gen.ml | ||
main.ml | ||
main.native | ||
Makefile | ||
.mirage.config | ||
mir-cuekeeper | ||
myocamlbuild.ml | ||
*.opam | ||
static1.ml* | ||
static.ml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters