Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Tutorial POPL18
Commits
11b7bc6a
Commit
11b7bc6a
authored
Dec 09, 2020
by
Ralf Jung
Browse files
drop support for Coq 8.10
parent
c4ddf629
Pipeline
#40646
passed with stage
in 17 minutes and 51 seconds
Changes
2
Pipelines
43
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
11b7bc6a
...
...
@@ -40,16 +40,10 @@ build-coq.8.11.2:
OPAM_PINS
:
"
coq
version
8.11.2"
DENY_WARNINGS
:
"
1"
build-coq.8.10.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.10.2"
DENY_WARNINGS
:
"
1"
build-iris.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.1
2
.dev
coq-stdpp.dev
git
git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV
coq-iris.dev
git
git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV
coq-iris-heap-lang.dev
git
git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
OPAM_PINS
:
"
coq
version
8.1
3
.dev
coq-stdpp.dev
git
git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV
coq-iris.dev
git
git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV
coq-iris-heap-lang.dev
git
git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
except
:
only
:
-
triggers
...
...
README.md
View file @
11b7bc6a
...
...
@@ -9,7 +9,7 @@ This tutorial comes in two versions:
For the tutorial material you need to have the following dependencies installed:
-
Coq
8.10.2 /
8.11.2 / 8.12.0
-
Coq 8.11.2 / 8.12.0
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/iris/iris
)
*Note:*
the tutorial material will not work with earlier versions of Iris, it
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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