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

Merge branch 'ralf/coq-8.19' into 'master'

test with Coq 8.19

See merge request iris/iris!1027
parents 838322ad e036e331
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,10 @@ variables:
## Build jobs
# The newest version runs with timing.
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"
OPAM_PKG: "1"
......@@ -59,9 +59,16 @@ build-coq.8.18.0:
interruptible: false
# The newest version also runs in MRs, without timing.
build-coq.8.18.0-mr:
build-coq.8.19.0-mr:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.19.0"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
build-coq.8.18.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.18.0"
DENY_WARNINGS: "1"
......
......@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
This version is known to compile with:
- Coq 8.16.1 / 8.17.1 / 8.18.0
- Coq 8.16.1 / 8.17.1 / 8.18.0 / 8.19.0
- A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp)
Generally we always aim to support the last two stable Coq releases. Support for
......
......@@ -20,6 +20,8 @@
-arg -w -arg -future-coercion-class-field
# Some warnings exist only on some Coq versions
-arg -w -arg -unknown-warning
# Fixing this one requires Coq 8.19
-arg -w -arg -argument-scope-delimiter
iris/prelude/options.v
iris/prelude/prelude.v
......
......@@ -28,7 +28,7 @@ tags: [
depends: [
"coq" { (>= "8.16" & < "8.20~") | (= "dev") }
"coq-stdpp" { (= "dev.2023-11-16.0.809926b5") | (= "dev") }
"coq-stdpp" { (= "dev.2023-12-26.0.dd93e4c3") | (= "dev") }
]
build: ["./make-package" "iris" "-j%{jobs}%"]
......
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