Skip to content

Commit

Permalink
For the timing jobs, build our own ocaml
Browse files Browse the repository at this point in the history
opam is broken beyond repair for system ocaml, it seems... see
<ocaml/opam#3586>.
  • Loading branch information
Ralf Jung committed Oct 26, 2018
1 parent c148ac4 commit 8fd4b0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ build-coq.dev:
build-coq.8.9.dev:
<<: *template
variables:
OCAML: "ocaml-base-compiler.4.02.3"
OPAM_PINS: "coq version 8.9.dev"
TIMING_PROJECT: "iris"
TIMING_CONF: "coq-8.9.dev"
Expand All @@ -55,6 +56,7 @@ build-coq.8.8.1:
build-coq.8.8.0:
<<: *template
variables:
OCAML: "ocaml-base-compiler.4.02.3"
OPAM_PINS: "coq version 8.8.0"
OPAM_PKG: "coq-iris"
TIMING_PROJECT: "iris"
Expand Down

0 comments on commit 8fd4b0a

Please sign in to comment.