Skip to content
Snippets Groups Projects
Commit 8fd4b0ac authored by Ralf Jung's avatar Ralf Jung
Browse files

For the timing jobs, build our own ocaml

opam is broken beyond repair for system ocaml, it seems... see
<https://github.com/ocaml/opam/issues/3586>.
parent c148ac4d
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ build-coq.dev: ...@@ -36,6 +36,7 @@ build-coq.dev:
build-coq.8.9.dev: build-coq.8.9.dev:
<<: *template <<: *template
variables: variables:
OCAML: "ocaml-base-compiler.4.02.3"
OPAM_PINS: "coq version 8.9.dev" OPAM_PINS: "coq version 8.9.dev"
TIMING_PROJECT: "iris" TIMING_PROJECT: "iris"
TIMING_CONF: "coq-8.9.dev" TIMING_CONF: "coq-8.9.dev"
...@@ -55,6 +56,7 @@ build-coq.8.8.1: ...@@ -55,6 +56,7 @@ build-coq.8.8.1:
build-coq.8.8.0: build-coq.8.8.0:
<<: *template <<: *template
variables: variables:
OCAML: "ocaml-base-compiler.4.02.3"
OPAM_PINS: "coq version 8.8.0" OPAM_PINS: "coq version 8.8.0"
OPAM_PKG: "coq-iris" OPAM_PKG: "coq-iris"
TIMING_PROJECT: "iris" TIMING_PROJECT: "iris"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment