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
c8d73bf6
Commit
c8d73bf6
authored
6 months ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
test Coq 8.20
parent
68778750
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
+12
-6
12 additions, 6 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
coq-iris.opam
+1
-1
1 addition, 1 deletion
coq-iris.opam
with
14 additions
and
8 deletions
.gitlab-ci.yml
+
12
−
6
View file @
c8d73bf6
...
...
@@ -45,10 +45,10 @@ variables:
## Build jobs
# The newest version runs with timing.
build-coq.8.
19.1
:
build-coq.8.
20.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.
19.1
"
OPAM_PINS
:
"
coq
version
8.
20.0
"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
OPAM_PKG
:
"
1"
...
...
@@ -59,22 +59,28 @@ build-coq.8.19.1:
interruptible
:
false
# The newest version also runs in MRs, without timing.
build-coq.8.
19.1
-mr
:
build-coq.8.
20.0
-mr
:
<<
:
*template
<<
:
*only_mr
variables
:
OPAM_PINS
:
"
coq
version
8.
19.1
"
OPAM_PINS
:
"
coq
version
8.
20.0
"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
# Also ensure Dune works.
build-coq.8.
19.1
-dune
:
build-coq.8.
20.0
-dune
:
<<
:
*template
<<
:
*branches_and_mr
variables
:
OPAM_PINS
:
"
coq
version
8.
19.1
dune
version
3.15.2"
OPAM_PINS
:
"
coq
version
8.
20.0
dune
version
3.15.2"
MAKE_TARGET
:
"
dune"
build-coq.8.19.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.19.1"
DENY_WARNINGS
:
"
1"
# The oldest version runs in MRs, without name mangling.
build-coq.8.18.0
:
<<
:
*template
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
c8d73bf6
...
...
@@ -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.18.0 / 8.19.1
-
Coq 8.18.0 / 8.19.1
/ 8.20.0
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/iris/stdpp
)
Generally we always aim to support the last two stable Coq releases. Support for
...
...
This diff is collapsed.
Click to expand it.
coq-iris.opam
+
1
−
1
View file @
c8d73bf6
...
...
@@ -27,7 +27,7 @@ tags: [
]
depends: [
"coq" { (>= "8.18" & < "8.2
0
~") | (= "dev") }
"coq" { (>= "8.18" & < "8.2
1
~") | (= "dev") }
"coq-stdpp" { (= "dev.2024-09-11.0.f6973baf") | (= "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