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

bump to Coq 8.20

parent 58cc9816
No related branches found
No related tags found
1 merge request!67bump to Coq 8.20
...@@ -48,10 +48,10 @@ build-coq.dev: ...@@ -48,10 +48,10 @@ build-coq.dev:
OCAML: "ocaml-base-compiler.4.14.0" # for faster rebuilds OCAML: "ocaml-base-compiler.4.14.0" # for faster rebuilds
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version dev"
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"
# Coq bench needs an opam package # Coq bench needs an opam package
...@@ -60,18 +60,18 @@ build-coq.8.19.0: ...@@ -60,18 +60,18 @@ build-coq.8.19.0:
- fp-timing - fp-timing
# Separate MR job that does not run on fp-timing. # Separate MR job that does not run on fp-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"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
trigger-iris.timing: trigger-iris.timing:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.19.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" OPAM_PINS: "coq version 8.20.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
tags: tags:
- fp-timing - fp-timing
only: only:
......
...@@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris. ...@@ -6,7 +6,7 @@ Some example verification demonstrating the use of Iris.
This version is known to compile with: This version is known to compile with:
- Coq 8.19.0 - Coq 8.20.0
- A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris)
- A development version of [Autosubst](https://github.com/coq-community/autosubst) - 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