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
255341dd
Commit
255341dd
authored
3 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
switch CI and timing to Coq 8.14.1
parent
b01aa338
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
+17
-9
17 additions, 9 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
18 additions
and
10 deletions
.gitlab-ci.yml
+
17
−
9
View file @
255341dd
...
@@ -47,25 +47,33 @@ build-coq.dev:
...
@@ -47,25 +47,33 @@ build-coq.dev:
OPAM_PINS
:
"
coq
version
dev"
OPAM_PINS
:
"
coq
version
dev"
MANGLE_NAMES
:
"
1"
MANGLE_NAMES
:
"
1"
build-coq.8.14.
0
:
build-coq.8.14.
1
:
<<
:
*template
<<
:
*template
<<
:
*branches_and_mr
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.14.0"
OPAM_PINS
:
"
coq
version
8.14.1"
MANGLE_NAMES
:
"
1"
DENY_WARNINGS
:
"
1"
OPAM_PKG
:
"
1"
DOC_DIR
:
"
coqdoc@center.mpi-sws.org:iris"
DOC_OPTS
:
"
--external
https://plv.mpi-sws.org/coqdoc/stdpp/
stdpp"
tags
:
-
fp-timing
interruptible
:
false
# Separate MR job that does not run on fp-timing.
build-coq.8.14.1-mr
:
<<
:
*template
<<
:
*only_mr
variables
:
OPAM_PINS
:
"
coq
version
8.14.1"
MANGLE_NAMES
:
"
1"
MANGLE_NAMES
:
"
1"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
build-coq.8.13.2
:
build-coq.8.13.2
:
<<
:
*template
<<
:
*template
interruptible
:
false
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.13.2"
OPAM_PINS
:
"
coq
version
8.13.2"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
OPAM_PKG
:
"
1"
DOC_DIR
:
"
coqdoc@center.mpi-sws.org:iris"
DOC_OPTS
:
"
--external
https://plv.mpi-sws.org/coqdoc/stdpp/
stdpp"
tags
:
-
fp-timing
build-coq.8.12.2
:
build-coq.8.12.2
:
<<
:
*template
<<
:
*template
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
255341dd
...
@@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options.
...
@@ -30,7 +30,7 @@ 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.
0
-
Coq 8.12.2 / 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 Coq 8.9 or Coq 8.10, you can use the
...
...
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