From eb2dfc72e00a76161b70b74b86361ef7a39b7c4d Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 7 Nov 2019 13:45:03 +0100
Subject: [PATCH] switch to new ocaml default compiler

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9af39a15..a97070d7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,14 +30,12 @@ variables:
 build-coq.dev:
   <<: *template
   variables:
-    OCAML: "ocaml-base-compiler.4.07.0"
     OPAM_PINS: "coq version dev"
     CI_COQCHK: "1"
 
 build-coq.8.10.1:
   <<: *template
   variables:
-    OCAML: "ocaml-base-compiler.4.07.0"
     OPAM_PINS: "coq version 8.10.1"
     OPAM_PKG: "coq-iris"
     DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
@@ -49,7 +47,6 @@ build-coq.8.10.1:
 build-coq.8.10.0:
   <<: *template
   variables:
-    OCAML: "ocaml-base-compiler.4.07.0"
     OPAM_PINS: "coq version 8.10.0"
 
 build-coq.8.9.1:
-- 
GitLab