Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Paolo G. Giarrusso
iris
Commits
8edb4a31
Commit
8edb4a31
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
drop support for Coq 8.14
parent
ebc58b43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+9
-16
9 additions, 16 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
10 additions
and
17 deletions
.gitlab-ci.yml
+
9
−
16
View file @
8edb4a31
...
...
@@ -50,6 +50,14 @@ build-coq.8.17.0:
OPAM_PINS
:
"
coq
version
8.17.0"
DENY_WARNINGS
:
"
1"
build-coq.8.17.0-mr
:
<<
:
*template
<<
:
*only_mr
variables
:
OPAM_PINS
:
"
coq
version
8.17.0"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
build-coq.8.16.1
:
<<
:
*template
variables
:
...
...
@@ -63,27 +71,12 @@ build-coq.8.16.1:
-
fp-timing
interruptible
:
false
build-coq.8.16.1-mr
:
<<
:
*template
<<
:
*only_mr
variables
:
OPAM_PINS
:
"
coq
version
8.16.1"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
build-coq.8.15.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.15.2"
DENY_WARNINGS
:
"
1"
build-coq.8.14.1
:
<<
:
*template
<<
:
*branches_and_mr
variables
:
OPAM_PINS
:
"
coq
version
8.1
4.1
"
OPAM_PINS
:
"
coq
version
8.1
5.2
"
DENY_WARNINGS
:
"
1"
OCAML
:
"
ocaml-base-compiler.4.07.1"
# Nightly job with a known-to-work Coq version
# (so failures must be caused by std++)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
8edb4a31
...
...
@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
This version is known to compile with:
-
Coq
8.14.1 /
8.15.2 / 8.16.1 / 8.17.0
-
Coq 8.15.2 / 8.16.1 / 8.17.0
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
Generally we always aim to support at least the last two stable Coq releases.
...
...
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