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

Coq 8.11 should work now

parent f9c58e3e
No related branches found
No related tags found
No related merge requests found
Pipeline #21503 passed
......@@ -49,7 +49,7 @@ build-coq.8.9.1:
build-iris.dev:
<<: *template
variables:
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.11.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:
- triggers
......
......@@ -11,5 +11,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
depends: [
"coq-iris" { (= "dev.2019-11-21.0.e0d10c05") | (= "dev") }
"coq-iris" { (= "dev.2019-11-22.2.a979391c") | (= "dev") }
]
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