From 023610f8f616b28504d2f08afeb486ac6455d096 Mon Sep 17 00:00:00 2001 From: Hai Dang <haidang@mpi-sws.org> Date: Thu, 3 Oct 2024 09:53:24 +0200 Subject: [PATCH] fix CI to only build with coq 8.19.1 --- .gitlab-ci.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 510a1720..01a636cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,10 +28,10 @@ variables: ## Build jobs -build-coq.8.19.2: +build-coq.8.19.1: <<: *template variables: - OPAM_PINS: "coq version 8.19.2" + OPAM_PINS: "coq version 8.19.1" DENY_WARNINGS: "1" OPAM_PKG: "1" MANGLE_NAMES: "1" @@ -41,7 +41,7 @@ build-coq.8.19.2: trigger-iris.timing: <<: *template variables: - OPAM_PINS: "coq version 8.19.2 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" + OPAM_PINS: "coq version 8.19.1 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" tags: - fp-timing only: diff --git a/README.md b/README.md index 23da1269..1752c5d2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a separation logic for ORC11 based on [iGPS] and [FSL]. It has been rece This version is known to compile with: - - Coq 8.19.2 + - Coq 8.19.1 - A development version of [Iris]. The easiest way to install the correct versions of the dependencies is through -- GitLab