From 8fd4b0ac8a55a787a9343b501a2660010893a08d Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 26 Oct 2018 12:02:42 +0200 Subject: [PATCH] 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>. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6758a0c68..a61925a67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" @@ -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" -- GitLab