diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07e30b7a189bf5d6d905138ffaf5e695be4a3436..0fc21258e1ae4dc5fb6d3f7cbc19ca96f3387f7b 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 cbabc3aece2136c4ddac33607b3ea055c316dfab..f89c5186a22959b8b33db2958e9d52997a99f19e 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.