-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dfcdc1
commit fc02fbd
Showing
26 changed files
with
41 additions
and
904 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
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 |
---|---|---|
@@ -1,73 +1 @@ | ||
<<<<<<< HEAD | ||
FROM ocaml/opam:debian-11-ocaml-5.0 | ||
|
||
WORKDIR /app | ||
|
||
RUN sudo apt-get update | ||
RUN sudo apt-get -y install jq | ||
COPY . . | ||
RUN sudo chown -R opam /app | ||
RUN eval $(opam env) | ||
|
||
# install merlin | ||
RUN opam install . | ||
|
||
# install merl-an | ||
## cache workaround: https://github.com/ocurrent/current-bench/issues/468#issuecomment-1621030354 | ||
ADD https://api.github.com/repos/pitag-ha/merl-an/git/refs/heads/main .merl-an-info | ||
RUN opam pin -y merl-an https://github.com/pitag-ha/merl-an.git | ||
|
||
RUN eval $(opam env) | ||
|
||
# create directory for projects to run benchmarks on | ||
RUN sudo mkdir /projects | ||
RUN sudo chown opam /projects | ||
WORKDIR /projects | ||
|
||
# build irmin | ||
RUN git clone https://github.com/mirage/irmin.git | ||
WORKDIR /projects/irmin | ||
RUN git checkout 8da4d16e7cc8beddfc8a824feca325426bae08a9 | ||
RUN sudo apt install -y gnuplot-x11 libgmp-dev pkg-config libffi-dev | ||
RUN opam switch import /app/bench/irmin.opam.export --no-checksums | ||
RUN opam exec -- dune build | ||
|
||
WORKDIR /app | ||
||||||| 7b73c6aa3 | ||
FROM ocaml/opam:ubuntu-20.04-ocaml-4.14 | ||
|
||
WORKDIR /app | ||
|
||
RUN sudo apt-get update | ||
RUN sudo apt-get -y install jq | ||
COPY . . | ||
RUN sudo chown -R opam /app | ||
RUN eval $(opam env) | ||
|
||
# install merlin | ||
RUN opam install . | ||
|
||
# install merl-an | ||
## cache workaround: https://github.com/ocurrent/current-bench/issues/468#issuecomment-1621030354 | ||
ADD https://api.github.com/repos/pitag-ha/merl-an/git/refs/heads/main .merl-an-info | ||
RUN opam pin -y merl-an https://github.com/pitag-ha/merl-an.git | ||
|
||
RUN eval $(opam env) | ||
|
||
# create directory for projects to run benchmarks on | ||
RUN sudo mkdir /projects | ||
RUN sudo chown opam /projects | ||
WORKDIR /projects | ||
|
||
# build irmin | ||
RUN git clone https://github.com/mirage/irmin.git | ||
WORKDIR /projects/irmin | ||
RUN git checkout 8da4d16e7cc8beddfc8a824feca325426bae08a9 | ||
RUN sudo apt install -y gnuplot-x11 libgmp-dev pkg-config libffi-dev | ||
RUN opam switch import /app/bench/irmin.opam.export --no-checksums | ||
RUN opam exec -- dune build | ||
|
||
WORKDIR /app | ||
======= | ||
FROM ocaml/opam:ubuntu-20.04-ocaml-5.2 | ||
>>>>>>> upstream/main |
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
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
Oops, something went wrong.