Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
POPL21 Iris Tutorial
Commits
b8a521c8
Commit
b8a521c8
authored
May 11, 2022
by
Ralf Jung
Browse files
bump the Coq we test
parent
fd896349
Pipeline
#65778
failed with stage
in 19 minutes and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b8a521c8
...
...
@@ -29,16 +29,16 @@ variables:
## Build jobs
build-coq.8.1
4
.1
:
build-coq.8.1
5
.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.1
4
.1"
OPAM_PINS
:
"
coq
version
8.1
5
.1"
DENY_WARNINGS
:
"
1"
build-coq.8.1
3.2
:
build-coq.8.1
4.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.1
3.2
"
OPAM_PINS
:
"
coq
version
8.1
4.1
"
DENY_WARNINGS
:
"
1"
trigger-iris.dev
:
...
...
@@ -46,7 +46,7 @@ trigger-iris.dev:
variables
:
STDPP_REPO
:
"
iris/stdpp"
IRIS_REPO
:
"
iris/iris"
OPAM_PINS
:
"
coq
version
8.1
4
.dev
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
OPAM_PINS
:
"
coq
version
8.1
5
.dev
git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV
git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
except
:
only
:
-
triggers
...
...
README.md
View file @
b8a521c8
...
...
@@ -21,7 +21,7 @@ To log in, you need to [create an MPI-SWS GitLab account](https://gitlab.mpi-sws
For the tutorial material you need to have the following dependencies installed:
-
Coq 8.1
3.2
/ 8.1
4
.1
-
Coq 8.1
4.1
/ 8.1
5
.1
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/iris/iris
)
*Note:*
the tutorial material will not work with earlier or later versions of
...
...
_CoqProject
View file @
b8a521c8
-Q exercises exercises
-Q solutions solutions
-Q talks/demo demo
INSTALLDEFAULTROOT = tutorial-popl1
8
INSTALLDEFAULTROOT = tutorial-popl
2
1
talks/demo/demo.v
exercises/ex_01_swap.v
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment