Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
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
Model registry
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
Iris
stdpp
Commits
a178b667
Commit
a178b667
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
drop support for Coq 8.16 and 8.17
parent
a2456618
No related branches found
No related tags found
1 merge request
!539
drop support for Coq 8.16 and 8.17
Pipeline
#96242
passed
1 year ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-16
2 additions, 16 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
coq-stdpp.opam
+1
-1
1 addition, 1 deletion
coq-stdpp.opam
with
4 additions
and
18 deletions
.gitlab-ci.yml
+
2
−
16
View file @
a178b667
...
@@ -67,24 +67,10 @@ build-coq.8.19.0-mr:
...
@@ -67,24 +67,10 @@ build-coq.8.19.0-mr:
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
MANGLE_NAMES
:
"
1"
build-coq.8.18.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.18.0"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
build-coq.8.17.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.17.1"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
# The oldest version runs in MRs, without name mangling.
# The oldest version runs in MRs, without name mangling.
build-coq.8.1
6.1
:
build-coq.8.1
8.0
:
<<
:
*template
<<
:
*template
<<
:
*branches_and_mr
<<
:
*branches_and_mr
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.1
6.1
"
OPAM_PINS
:
"
coq
version
8.1
8.0
"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
a178b667
...
@@ -43,7 +43,7 @@ Notably:
...
@@ -43,7 +43,7 @@ Notably:
This version is known to compile with:
This version is known to compile with:
-
Coq version
8.16.1 / 8.17.1 /
8.18.0 / 8.19.0
-
Coq version 8.18.0 / 8.19.0
Generally we always aim to support the last two stable Coq releases. Support for
Generally we always aim to support the last two stable Coq releases. Support for
older versions will be dropped when it is convenient.
older versions will be dropped when it is convenient.
...
...
This diff is collapsed.
Click to expand it.
coq-stdpp.opam
+
1
−
1
View file @
a178b667
...
@@ -33,7 +33,7 @@ tags: [
...
@@ -33,7 +33,7 @@ tags: [
]
]
depends: [
depends: [
"coq" { (>= "8.1
6
" & < "8.20~") | (= "dev") }
"coq" { (>= "8.1
8
" & < "8.20~") | (= "dev") }
]
]
build: ["./make-package" "stdpp" "-j%{jobs}%"]
build: ["./make-package" "stdpp" "-j%{jobs}%"]
...
...
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