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

test and time Coq 8.9.0

parent 53c9d30c
Branches
Tags
No related merge requests found
Pipeline #15087 canceled
...@@ -32,12 +32,20 @@ build-coq.dev: ...@@ -32,12 +32,20 @@ build-coq.dev:
OCAML: "ocaml-base-compiler.4.07.0" OCAML: "ocaml-base-compiler.4.07.0"
OPAM_PINS: "coq version dev" OPAM_PINS: "coq version dev"
build-coq.8.9.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.9.0"
OPAM_PKG: "coq-lambda-rust"
TIMING_CONF: "coq-8.9.0"
tags:
- fp-timing
build-coq.8.8.2: build-coq.8.8.2:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.8.2" OPAM_PINS: "coq version 8.8.2"
OPAM_PKG: "coq-lambda-rust" OPAM_PKG: "coq-lambda-rust"
TIMING_PROJECT: "lambda-rust"
TIMING_CONF: "coq-8.8.2" TIMING_CONF: "coq-8.8.2"
tags: tags:
- fp-timing - fp-timing
......
...@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust. ...@@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust.
This version is known to compile with: This version is known to compile with:
- Coq 8.7.2 / 8.8.2 - Coq 8.7.2 / 8.8.2 / 8.9.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)
## Building from source ## Building from source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment