Skip to content
Snippets Groups Projects
Commit 2b35f0f9 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Use Coq 8.10.1 for CI.

parent 0e605cfd
No related branches found
No related tags found
1 merge request!1Use Coq 8.10.1 for CI
......@@ -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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment