Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
lambda-rust
Commits
745deb27
Commit
745deb27
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
test Coq 8.9.0 instead of 8.7.2
parent
617e2688
No related branches found
No related tags found
No related merge requests found
Pipeline
#15193
failed
6 years ago
Stage: build
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
6
−
6
View file @
745deb27
...
...
@@ -32,24 +32,24 @@ build-coq.dev:
OCAML
:
"
ocaml-base-compiler.4.07.0"
OPAM_PINS
:
"
coq
version
dev"
build-coq.8.
8.2
:
build-coq.8.
9.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.
8.2
"
OPAM_PINS
:
"
coq
version
8.
9.0
"
OPAM_PKG
:
"
coq-lambda-rust"
TIMING_CONF
:
"
coq-8.
8.2
"
TIMING_CONF
:
"
coq-8.
9.0
"
tags
:
-
fp-timing
build-coq.8.
7
.2
:
build-coq.8.
8
.2
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.
7
.2"
OPAM_PINS
:
"
coq
version
8.
8
.2"
build-iris.dev
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.
8.2
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-orc11.dev
git
git+https://gitlab.mpi-sws.org/iris/orc11.git#$ORC11_REV
coq-gpfsl.dev
git
git+https://gitlab.mpi-sws.org/iris/gpfsl.git#$GPFSL_REV"
OPAM_PINS
:
"
coq
version
8.
9.0
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-orc11.dev
git
git+https://gitlab.mpi-sws.org/iris/orc11.git#$ORC11_REV
coq-gpfsl.dev
git
git+https://gitlab.mpi-sws.org/iris/gpfsl.git#$GPFSL_REV"
except
:
only
:
-
triggers
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
745deb27
...
...
@@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx.
This version is known to compile with:
-
Coq 8.
7
.2 / 8.
8.2
-
Coq 8.
8
.2 / 8.
9.0
-
A development version of [GPFSL].
The easiest way to install the correct versions of the dependencies is through
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment