From c05ce97174c583afc1c88b6a85c69af9f0f8c4fd Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Fri, 24 Apr 2020 21:26:55 +0200 Subject: [PATCH] Bump Coq version of CI. --- .gitlab-ci.yml | 4 ++-- README.md | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07e30b7..0fc2125 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,10 @@ variables: ## Build jobs -build-coq.8.10.1: +build-coq.8.11.1: <<: *template variables: - OPAM_PINS: "coq version 8.10.1" + OPAM_PINS: "coq version 8.11.1" build-iris.dev: <<: *template diff --git a/README.md b/README.md index cbabc3a..f89c518 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,8 @@ Based Reasoning in Separation Logic". It has been built and tested with the following dependencies - - Coq 8.10 - - [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) at - commit 37e95a04. - - [iris](https://gitlab.mpi-sws.org/iris/iris) at - commit d1787db2. + - Coq 8.11.1 + - The version of Iris in the [opam file](opam) In order to build, install the above dependencies and then run `make -j [num CPU cores]` to compile Actris. -- GitLab