Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Roux
Iris
Commits
f3b02428
Commit
f3b02428
authored
3 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
drop support for Coq 8.12
parent
72485828
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-7
1 addition, 7 deletions
.gitlab-ci.yml
README.md
+4
-5
4 additions, 5 deletions
README.md
coq-iris.opam
+1
-1
1 addition, 1 deletion
coq-iris.opam
with
6 additions
and
13 deletions
.gitlab-ci.yml
+
1
−
7
View file @
f3b02428
...
@@ -70,16 +70,10 @@ build-coq.8.14.1-mr:
...
@@ -70,16 +70,10 @@ build-coq.8.14.1-mr:
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
build-coq.8.13.2
:
build-coq.8.13.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.13.2"
DENY_WARNINGS
:
"
1"
build-coq.8.12.2
:
<<
:
*template
<<
:
*template
<<
:
*branches_and_mr
<<
:
*branches_and_mr
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.1
2
.2"
OPAM_PINS
:
"
coq
version
8.1
3
.2"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
# Nightly job with a known-to-work Coq version
# Nightly job with a known-to-work Coq version
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
5
View file @
f3b02428
...
@@ -30,13 +30,12 @@ Importing Iris has some side effects as the library sets some global options.
...
@@ -30,13 +30,12 @@ Importing Iris has some side effects as the library sets some global options.
This version is known to compile with:
This version is known to compile with:
-
Coq
8.12.2 /
8.13.2 / 8.14.1
-
Coq 8.13.2 / 8.14.1
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
If you need to work with Coq 8.9 or Coq 8.10, you can use the
If you need to work with older versions of Coq, you can check out the
[
iris-3.3 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.3
)
.
[
tags
](
https://gitlab.mpi-sws.org/iris/iris/-/tags
)
for old Iris releases that
For a version compatible with Coq 8.11, check out the
still support them.
[
iris-3.4 branch
](
https://gitlab.mpi-sws.org/iris/iris/tree/iris-3.4
)
.
### Working *with* Iris
### Working *with* Iris
...
...
This diff is collapsed.
Click to expand it.
coq-iris.opam
+
1
−
1
View file @
f3b02428
...
@@ -27,7 +27,7 @@ tags: [
...
@@ -27,7 +27,7 @@ tags: [
]
]
depends: [
depends: [
"coq" { (>= "8.1
2
" & < "8.16~") | (= "dev") }
"coq" { (>= "8.1
3
" & < "8.16~") | (= "dev") }
"coq-stdpp" { (= "dev.2021-12-16.0.cf7c2c41") | (= "dev") }
"coq-stdpp" { (= "dev.2021-12-16.0.cf7c2c41") | (= "dev") }
]
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment