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

Merge branch 'robbert/coq8.10.1' into 'master'

Use Coq 8.10.1 for CI

See merge request !1
parents 0e605cfd 2b35f0f9
No related branches found
No related tags found
1 merge request!1Use Coq 8.10.1 for CI
Pipeline #21272 passed
...@@ -27,18 +27,17 @@ variables: ...@@ -27,18 +27,17 @@ variables:
## Build jobs ## Build jobs
build-coq.8.9.0: build-coq.8.10.1:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.9.0" OPAM_PINS: "coq version 8.10.1"
TIMING_CONF: "coq-8.9.0" TIMING_CONF: "coq-8.10.1"
tags: tags:
- fp-timing - fp-timing
build-iris.dev: build-iris.dev:
<<: *template <<: *template
variables: variables:
OCAML: "ocaml-base-compiler.4.07.0"
OPAM_PINS: "coq version 8.10.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV" OPAM_PINS: "coq version 8.10.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
except: except:
only: only:
......
...@@ -9,7 +9,7 @@ See the small ReLoC [docs/guide.md](docs/guide.md) and the Iris [ProofGuide.md]( ...@@ -9,7 +9,7 @@ See the small ReLoC [docs/guide.md](docs/guide.md) and the Iris [ProofGuide.md](
## Building ## Building
This project has been tested with Coq 8.9.0. This project has been tested with Coq 8.10.1.
### OPAM ### OPAM
...@@ -27,7 +27,7 @@ Just run ...@@ -27,7 +27,7 @@ Just run
guix package -f guix.scm guix package -f guix.scm
to build and install ReLoC. Alternatively, to get a developement environment use e.g. to build and install ReLoC. Alternatively, to get a development environment use e.g.
guix environment -l guix.scm guix environment -l guix.scm
......
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