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
d4465f6e
Commit
d4465f6e
authored
Nov 11, 2020
by
Ralf Jung
Browse files
update dependencies; heap-lang is a separate package now
parent
47314fec
Pipeline
#37278
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d4465f6e
...
@@ -49,7 +49,7 @@ build-coq.8.10.2:
...
@@ -49,7 +49,7 @@ build-coq.8.10.2:
build-iris.dev
:
build-iris.dev
:
<<
:
*template
<<
:
*template
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.12.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"
OPAM_PINS
:
"
coq
version
8.12.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
:
except
:
only
:
only
:
-
triggers
-
triggers
...
...
opam
View file @
d4465f6e
...
@@ -9,7 +9,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/iris/tutorial-popl18.git"
...
@@ -9,7 +9,7 @@ dev-repo: "git+https://gitlab.mpi-sws.org/iris/tutorial-popl18.git"
synopsis: "The Iris tutorial at POPL 2018"
synopsis: "The Iris tutorial at POPL 2018"
depends: [
depends: [
"coq-iris" { (= "dev.2020-1
0
-1
0.0.cb8e35b8
") | (= "dev") }
"coq-iris
-heap-lang
" { (= "dev.2020-1
1
-1
1.2.dc3b7961
") | (= "dev") }
]
]
build: [make "-j%{jobs}%"]
build: [make "-j%{jobs}%"]
...
...
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