Skip to content
Snippets Groups Projects

Use Coq 8.10.1 for CI

Merged Robbert Krebbers requested to merge robbert/coq8.10.1 into master
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -27,16 +27,14 @@ variables:
## Build jobs
build-coq.8.10.0:
build-coq.8.10.1:
<<: *template
variables:
OCAML: "ocaml-base-compiler.4.07.0"
OPAM_PINS: "coq version 8.10.0"
OPAM_PINS: "coq version 8.10.1"
build-iris.dev:
<<: *template
variables:
OCAML: "ocaml-base-compiler.4.07.0"
OPAM_PINS: "coq version 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:
only:
Loading