From 2d7f023851affc37a85cbf642fcd9caef3ac7f53 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 29 Apr 2021 16:06:52 +0200
Subject: [PATCH] disable coq.dev CI as that package is currently broken

---
 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f4cda8e..c4d69fb8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,12 +27,12 @@ variables:
 
 ## Build jobs
 
-build-coq.dev:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version dev"
-    MANGLE_NAMES: "1"
-    CI_COQCHK: "1"
+#build-coq.dev:
+#  <<: *template
+#  variables:
+#    OPAM_PINS: "coq version dev"
+#    MANGLE_NAMES: "1"
+#    CI_COQCHK: "1"
 
 build-coq.8.13.2:
   <<: *template
-- 
GitLab