From 2b35f0f9f7fdbb99a573609a4dd4955fb41ac95e Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Thu, 7 Nov 2019 13:48:58 +0100 Subject: [PATCH] Use Coq 8.10.1 for CI. --- .gitlab-ci.yml | 7 +++---- README.md | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d6d4b2..4eee619 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,18 +27,17 @@ variables: ## Build jobs -build-coq.8.9.0: +build-coq.8.10.1: <<: *template variables: - OPAM_PINS: "coq version 8.9.0" - TIMING_CONF: "coq-8.9.0" + OPAM_PINS: "coq version 8.10.1" + TIMING_CONF: "coq-8.10.1" tags: - fp-timing build-iris.dev: <<: *template variables: - OCAML: "ocaml-base-compiler.4.07.0" OPAM_PINS: "coq version 8.10.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV" except: only: diff --git a/README.md b/README.md index 1b4bc2c..3a166ae 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See the small ReLoC [docs/guide.md](docs/guide.md) and the Iris [ProofGuide.md]( ## Building -This project has been tested with Coq 8.9.0. +This project has been tested with Coq 8.10.1. ### OPAM @@ -27,7 +27,7 @@ Just run guix package -f guix.scm -to build and install ReLoC. Alternatively, to get a developement environment use e.g. +to build and install ReLoC. Alternatively, to get a development environment use e.g. guix environment -l guix.scm -- GitLab