Skip to content
Snippets Groups Projects
Commit c93d8200 authored by Ralf Jung's avatar Ralf Jung
Browse files

we no longer support Coq 8.6

parent 19d81295
No related branches found
No related tags found
No related merge requests found
......@@ -29,22 +29,17 @@ variables:
build-coq.8.7.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.2 coq-mathcomp-ssreflect version 1.6.4"
OPAM_PINS: "coq version 8.7.2"
OPAM_PKG: "coq-lambda-rust"
TIMING_PROJECT: "lambda-rust"
TIMING_CONF: "coq-8.7.2"
tags:
- fp-timing
build-coq.8.6.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.4"
build-iris.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.2 coq-mathcomp-ssreflect version 1.6.4 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
OPAM_PINS: "coq version 8.7.2 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$IRIS_REV"
except:
only:
- triggers
......
......@@ -6,8 +6,7 @@ This is the Coq development accompanying lambda-Rust.
This version is known to compile with:
- Coq 8.6.1 / 8.7.2
- Ssreflect 1.6.4
- Coq 8.7.2
- A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
## Building from source
......
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