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
RefinedC
Commits
c60e0aed
Commit
c60e0aed
authored
Jun 02, 2021
by
Rodolphe Lepigre
Browse files
Update Cerberus version.
parent
8e901d81
Pipeline
#48047
failed with stage
in 15 minutes and 11 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c60e0aed
...
...
@@ -33,7 +33,7 @@ variables:
build-coq.8.12.0-timing
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.12.0
cerberus
git
git+https://github.com/rems-project/cerberus.git#
9f3a825a5f32a8245101a57105a5598a1adf6879
"
OPAM_PINS
:
"
coq
version
8.12.0
cerberus
git
git+https://github.com/rems-project/cerberus.git#
292f30d9d49f3c206aafb61f1a9abfa80c70ace3
"
DENY_WARNINGS
:
"
1"
OPAM_PKG
:
"
1"
only
:
...
...
@@ -46,7 +46,7 @@ build-coq.8.12.0-timing:
build-coq.8.12.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.12.0
cerberus
git
git+https://github.com/rems-project/cerberus.git#
9f3a825a5f32a8245101a57105a5598a1adf6879
"
OPAM_PINS
:
"
coq
version
8.12.0
cerberus
git
git+https://github.com/rems-project/cerberus.git#
292f30d9d49f3c206aafb61f1a9abfa80c70ace3
"
DENY_WARNINGS
:
"
1"
only
:
-
/^ci/@iris/refinedc
...
...
@@ -54,7 +54,7 @@ build-coq.8.12.0:
check-generated
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.12.0
cerberus
git
git+https://github.com/rems-project/cerberus.git#
9f3a825a5f32a8245101a57105a5598a1adf6879
"
OPAM_PINS
:
"
coq
version
8.12.0
cerberus
git
git+https://github.com/rems-project/cerberus.git#
292f30d9d49f3c206aafb61f1a9abfa80c70ace3
"
DENY_WARNINGS
:
"
1"
MAKE_TARGET
:
"
check_generate_all"
# necessary because dune does not like running in parallel
...
...
@@ -63,7 +63,7 @@ check-generated:
build-iris.dev
:
<<
:
*template
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
cerberus
git
git+https://github.com/rems-project/cerberus.git#
9f3a825a5f32a8245101a57105a5598a1adf6879
"
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
cerberus
git
git+https://github.com/rems-project/cerberus.git#
292f30d9d49f3c206aafb61f1a9abfa80c70ace3
"
except
:
only
:
-
triggers
...
...
README.md
View file @
c60e0aed
...
...
@@ -45,7 +45,7 @@ Assuming an appropriate [opam](https://opam.ocaml.org/doc/Install.html) switch
sudo
apt-get
install
libmpfr-dev
# Implicit Cerberus dependency.
opam repo add coq-released
"https://coq.inria.fr/opam/released"
opam repo add iris-dev
"https://gitlab.mpi-sws.org/iris/opam.git"
opam pin add
-n
-y
cerberus
"git+https://github.com/rems-project/cerberus.git#
9f3a825a5f32a8245101a57105a5598a1adf6879
"
opam pin add
-n
-y
cerberus
"git+https://github.com/rems-project/cerberus.git#
292f30d9d49f3c206aafb61f1a9abfa80c70ace3
"
opam pin add refinedc
"git+https://gitlab.mpi-sws.org/iris/refinedc.git"
```
...
...
@@ -114,7 +114,7 @@ dependencies can be made available to opam by running the following commands.
```
bash
opam repo add coq-released
"https://coq.inria.fr/opam/released"
opam repo add iris-dev
"https://gitlab.mpi-sws.org/iris/opam.git"
opam pin add
-n
-y
cerberus
"git+https://github.com/rems-project/cerberus.git#
9f3a825a5f32a8245101a57105a5598a1adf6879
"
opam pin add
-n
-y
cerberus
"git+https://github.com/rems-project/cerberus.git#
292f30d9d49f3c206aafb61f1a9abfa80c70ace3
"
```
You can then finally install RefinedC with the following command, or rather
decide to install it from a local clone to have access to various examples.
...
...
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