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

test Coq 8.20

parent a1a12e00
No related branches found
No related tags found
No related merge requests found
Pipeline #106955 failed
...@@ -45,10 +45,10 @@ variables: ...@@ -45,10 +45,10 @@ variables:
## Build jobs ## Build jobs
# The newest version runs with timing. # The newest version runs with timing.
build-coq.8.19.0: build-coq.8.20.0:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.19.0" OPAM_PINS: "coq version 8.20.0"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
CI_COQCHK: "1" CI_COQCHK: "1"
...@@ -59,21 +59,27 @@ build-coq.8.19.0: ...@@ -59,21 +59,27 @@ build-coq.8.19.0:
interruptible: false interruptible: false
# The newest version also runs in MRs, without timing. # The newest version also runs in MRs, without timing.
build-coq.8.19.0-mr: build-coq.8.20.0-mr:
<<: *template <<: *template
<<: *only_mr <<: *only_mr
variables: variables:
OPAM_PINS: "coq version 8.19.0" OPAM_PINS: "coq version 8.20.0"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
# Also ensure Dune works. # Also ensure Dune works.
build-coq.8.19.0-dune: build-coq.8.20.0-dune:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.19.0 dune version 3.15.2" OPAM_PINS: "coq version 8.20.0 dune version 3.15.2"
MAKE_TARGET: "dune" MAKE_TARGET: "dune"
build-coq.8.19.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.19.0"
DENY_WARNINGS: "1"
# The oldest version runs in MRs, without name mangling. # The oldest version runs in MRs, without name mangling.
build-coq.8.18.0: build-coq.8.18.0:
<<: *template <<: *template
......
...@@ -43,7 +43,7 @@ Notably: ...@@ -43,7 +43,7 @@ Notably:
This version is known to compile with: This version is known to compile with:
- Coq version 8.18.0 / 8.19.0 - Coq version 8.18.0 / 8.19.0 / 8.20.0
Generally we always aim to support the last two stable Coq releases. Support for Generally we always aim to support the last two stable Coq releases. Support for
older versions will be dropped when it is convenient. older versions will be dropped when it is convenient.
......
...@@ -33,7 +33,7 @@ tags: [ ...@@ -33,7 +33,7 @@ tags: [
] ]
depends: [ depends: [
"coq" { (>= "8.18" & < "8.20~") | (= "dev") } "coq" { (>= "8.18" & < "8.21~") | (= "dev") }
] ]
build: ["./make-package" "stdpp" "-j%{jobs}%"] build: ["./make-package" "stdpp" "-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