Skip to content
Snippets Groups Projects
Commit 584f9f96 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Coq 8.7.1

parent 5249f4c4
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,10 @@ opam:
except:
- triggers
build-coq.8.7.dev:
build-coq.8.7.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.dev"
OPAM_PINS: "coq version 8.7.1"
artifacts:
paths:
- build-time.txt
......
......@@ -10,6 +10,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
depends: [
"coq" { >= "8.7.dev" & < "8.8~" | (= "dev") }
"coq" { >= "8.7.1" & < "8.8~" | (= "dev") }
"coq-stdpp" { (= "1.1.0") | (= "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