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

bump to Coq 8.19

parent 974b5721
No related branches found
No related tags found
1 merge request!66bump to Coq 8.19
Pipeline #108181 failed
......@@ -48,10 +48,10 @@ build-coq.dev:
OCAML: "ocaml-base-compiler.4.14.0" # for faster rebuilds
OPAM_PINS: "coq version dev"
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"
# Coq bench needs an opam package
......@@ -60,18 +60,18 @@ build-coq.8.18.0:
- fp-timing
# Separate MR job that does not run on fp-timing.
build-coq.8.18.0-mr:
build-coq.8.19.0-mr:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.18.0"
OPAM_PINS: "coq version 8.19.0"
MANGLE_NAMES: "1"
DENY_WARNINGS: "1"
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 @@ Some example verification demonstrating the use of Iris.
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)
- A development version of [Autosubst](https://github.com/coq-community/autosubst)
......
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