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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3963035d..d95897f6 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-stdpp"
     DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
@@ -48,7 +46,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