Skip to content
Snippets Groups Projects
Commit 9293ea33 authored by HumamAlhusaini's avatar HumamAlhusaini
Browse files

fixed .gitlab-cli and README for rocq 9.0.0

parent ee5b5960
Branches
Tags
No related merge requests found
...@@ -28,10 +28,10 @@ variables: ...@@ -28,10 +28,10 @@ variables:
## Build jobs ## Build jobs
build-coq.8.20.0: build-coq.9.0.0:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.20.0" OPAM_PINS: "coq version 9.0.0"
DENY_WARNINGS: "1" DENY_WARNINGS: "1"
MANGLE_NAMES: "1" MANGLE_NAMES: "1"
# Mostly to make the lifetime logic available # Mostly to make the lifetime logic available
...@@ -42,7 +42,7 @@ build-coq.8.20.0: ...@@ -42,7 +42,7 @@ build-coq.8.20.0:
trigger-iris.timing: trigger-iris.timing:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.20.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV" OPAM_PINS: "coq version 9.0.0 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
tags: tags:
- fp-timing - fp-timing
only: only:
......
...@@ -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.20.0 - Rocq 9.0.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