From 0f2e8baa2582035682eb5f653590e876da630d4d Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 20 Nov 2018 16:26:18 +0100 Subject: [PATCH] self-compiled ocaml is the new default --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cecbd430..1de5533e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,6 @@ 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-stdpp" DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" @@ -63,7 +62,6 @@ build-coq.8.8.0: build-coq.8.7.2: <<: *template variables: - OCAML: "ocaml-base-compiler.4.02.3" OPAM_PINS: "coq version 8.7.2" TIMING_PROJECT: "stdpp" TIMING_CONF: "coq-8.7.2" -- GitLab