Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Fairis
Commits
7df95753
Commit
7df95753
authored
Mar 05, 2018
by
Ralf Jung
Browse files
Coq 8.7.0 is too old
parent
6ff2c8f6
Pipeline
#7246
failed with stage
in 14 minutes and 22 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7df95753
...
...
@@ -34,7 +34,7 @@ variables:
## Build jobs
build-coq.8.7.
0
:
build-coq.8.7.
2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.7.
0
coq-mathcomp-ssreflect
version
1.6.4
"
OPAM_PINS
:
"
coq
version
8.7.
2
"
README.md
View file @
7df95753
...
...
@@ -7,7 +7,7 @@ termination-preserving fair refinement.
This version is known to compile with:
-
Coq 8.7.
0
-
Coq 8.7.
2
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
)
The easiest way to install the correct versions of the dependencies is through
...
...
opam
View file @
7df95753
...
...
@@ -5,6 +5,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "'%{lib}%/coq/user-contrib/fri"]
depends: [
"coq" { >= "8.7" }
"coq" {
(
>= "8.7"
) | (= "dev")
}
"coq-iris" { (= "branch.gen_proofmode.2018-03-04.7") | (= "dev") }
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment