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

switch CI and timing to Coq 8.14.1

parent b01aa338
No related branches found
No related tags found
No related merge requests found
...@@ -47,25 +47,33 @@ build-coq.dev: ...@@ -47,25 +47,33 @@ build-coq.dev:
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version dev"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
build-coq.8.14.0: build-coq.8.14.1:
<<: *template <<: *template
<<: *branches_and_mr
variables: variables:
OPAM_PINS: "coq version 8.14.0" OPAM_PINS: "coq version 8.14.1"
MANGLE_NAMES: "1"
DENY_WARNINGS: "1"
OPAM_PKG: "1"
DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp"
tags:
- fp-timing
interruptible: false
# Separate MR job that does not run on fp-timing.
build-coq.8.14.1-mr:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.14.1"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
build-coq.8.13.2: build-coq.8.13.2:
<<: *template <<: *template
interruptible: false
variables: variables:
OPAM_PINS: "coq version 8.13.2" OPAM_PINS: "coq version 8.13.2"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
OPAM_PKG: "1"
DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp"
tags:
- fp-timing
build-coq.8.12.2: build-coq.8.12.2:
<<: *template <<: *template
......
...@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options. ...@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
This version is known to compile with: This version is known to compile with:
- Coq 8.12.2 / 8.13.2 / 8.14.0 - Coq 8.12.2 / 8.13.2 / 8.14.1
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
If you need to work with Coq 8.9 or Coq 8.10, you can use the If you need to work with Coq 8.9 or Coq 8.10, you can use the
......
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