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

bump to Coq 8.19

parent 11662728
No related branches found
No related tags found
No related merge requests found
Pipeline #108209 failed
......@@ -28,10 +28,10 @@ variables:
## Build jobs
build-coq.8.18.0:
build-coq.8.19.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.18.0"
OPAM_PINS: "coq version 8.19.0"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
# Mostly to make the lifetime logic available
......@@ -42,7 +42,7 @@ build-coq.8.18.0:
trigger-iris.timing:
<<: *template
variables:
OPAM_PINS: "coq version 8.18.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
OPAM_PINS: "coq version 8.19.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
tags:
- fp-timing
only:
......
......@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust.
This version is known to compile with:
- Coq 8.18.0
- Coq 8.19.0
- A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
## Building from source
......
......@@ -8,6 +8,8 @@
# Cannot use non-canonical projections as it causes massive unification failures
# (https://github.com/coq/coq/issues/6294).
-arg -w -arg -redundant-canonical-projection
# Warning seems incorrect, see https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
-arg -w -arg -notation-incompatible-prefix
lifetime/model/definitions.v
lifetime/model/faking.v
......
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