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
837bd038
Commit
837bd038
authored
Sep 22, 2021
by
Michael Sammler
Browse files
remove constraints on z3 in gitlab-ci.yml
parent
1814ae85
Pipeline
#53948
passed with stage
in 27 minutes and 18 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
837bd038
...
...
@@ -30,11 +30,10 @@ variables:
-
api
## Build jobs
# TODO: remove z3 version 4.8.9-1 once https://github.com/Z3Prover/z3/issues/5405 and https://github.com/rems-project/cerberus/issues/180 are fixed
build-coq.8.13.2-timing
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.13.2
cerberus
git
git+https://github.com/rems-project/cerberus.git#7eb94d628845555cb5425f4f4b48890b345efdc5
z3
version
4.8.9-1
"
OPAM_PINS
:
"
coq
version
8.13.2
cerberus
git
git+https://github.com/rems-project/cerberus.git#7eb94d628845555cb5425f4f4b48890b345efdc5"
DENY_WARNINGS
:
"
1"
OPAM_PKG
:
"
1"
only
:
...
...
@@ -47,7 +46,7 @@ build-coq.8.13.2-timing:
build-coq.8.13.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.13.2
cerberus
git
git+https://github.com/rems-project/cerberus.git#7eb94d628845555cb5425f4f4b48890b345efdc5
z3
version
4.8.9-1
"
OPAM_PINS
:
"
coq
version
8.13.2
cerberus
git
git+https://github.com/rems-project/cerberus.git#7eb94d628845555cb5425f4f4b48890b345efdc5"
DENY_WARNINGS
:
"
1"
only
:
-
/^ci/@iris/refinedc
...
...
@@ -55,7 +54,7 @@ build-coq.8.13.2:
trigger-iris.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.13.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#7eb94d628845555cb5425f4f4b48890b345efdc5
z3
version
4.8.9-1
"
OPAM_PINS
:
"
coq
version
8.13.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#7eb94d628845555cb5425f4f4b48890b345efdc5"
except
:
only
:
-
triggers
...
...
Write
Preview
Markdown
is supported
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