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
Merge requests
!539
"git-rts@gitlab.mpi-sws.org:jihgfee/iris-coq.git" did not exist on "ab25b95618a20259031aea0082e6c85b31bb2283"
drop support for Coq 8.16 and 8.17
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
drop support for Coq 8.16 and 8.17
ralf/old-coq
into
master
Overview
2
Commits
1
Pipelines
1
Changes
3
Merged
Ralf Jung
requested to merge
ralf/old-coq
into
master
1 year ago
Overview
2
Commits
1
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a178b667
1 commit,
1 year ago
3 files
+
4
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
2
−
16
Options
@@ -67,24 +67,10 @@ build-coq.8.19.0-mr:
DENY_WARNINGS
:
"
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.
build-coq.8.1
6.1
:
build-coq.8.1
8.0
:
<<
:
*template
<<
:
*branches_and_mr
variables
:
OPAM_PINS
:
"
coq
version
8.1
6.1
"
OPAM_PINS
:
"
coq
version
8.1
8.0
"
DENY_WARNINGS
:
"
1"
Loading