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
a7254ddc
Commit
a7254ddc
authored
6 years ago
by
Hai Dang
Browse files
Options
Downloads
Patches
Plain Diff
bump gpfsl + fix CI jobs
parent
c8887f48
No related branches found
No related tags found
No related merge requests found
Pipeline
#14451
passed
6 years ago
Stage: build
Changes
3
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.md
+4
-4
4 additions, 4 deletions
README.md
opam
+3
-3
3 additions, 3 deletions
opam
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
1
−
1
View file @
a7254ddc
...
...
@@ -50,7 +50,7 @@ build-coq.8.7.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/
FP/
iris
-coq
.git#$
IRIS
_REV"
OPAM_PINS
:
"
coq
version
8.8.2
coq-stdpp.dev
git
git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_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
+
4
−
4
View file @
a7254ddc
...
...
@@ -6,14 +6,14 @@ This is the Coq development accompanying RBrlx.
This version is known to compile with:
-
Coq 8.7.2 / 8.8.
0
-
Coq 8.7.2 / 8.8.
2
-
A development version of [GPFSL].
The easiest way to install the correct versions of the dependencies is through
opam (1.2.2 or newer). You will need the Coq and Iris opam repositories:
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add iris-dev https://gitlab.mpi-sws.org/
FP
/opam
-dev
.git
opam repo add iris-dev https://gitlab.mpi-sws.org/
iris
/opam.git
Once you got opam set up, run
`make build-dep`
to install the right versions
of the dependencies.
...
...
@@ -172,5 +172,5 @@ lifetime logic is in [lifetime_sig.v](theories/lifetime/lifetime_sig.v).
*
You may have to do
`make clean`
as Coq will likely complain about .vo file
mismatches.
[
GPFSL
]:
https://gitlab.mpi-sws.org/
FP
/gpfsl/
[
ORC11
]:
https://gitlab.mpi-sws.org/
FP
/orc11/
[
GPFSL
]:
https://gitlab.mpi-sws.org/
iris
/gpfsl/
[
ORC11
]:
https://gitlab.mpi-sws.org/
iris
/orc11/
This diff is collapsed.
Click to expand it.
opam
+
3
−
3
View file @
a7254ddc
...
...
@@ -4,11 +4,11 @@ version: "dev"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The RustBelt Team"
homepage: "http://plv.mpi-sws.org/rustbelt/"
bug-reports: "https://gitlab.mpi-sws.org/
FP
/lambda
R
ust
-coq
/issues"
dev-repo: "https://gitlab.mpi-sws.org/
FP
/lambda
R
ust
-coq
.git"
bug-reports: "https://gitlab.mpi-sws.org/
iris
/lambda
-r
ust/issues"
dev-repo: "https://gitlab.mpi-sws.org/
iris
/lambda
-r
ust.git"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
depends: [
"coq-gpfsl" { (= "dev.2019-0
1-31.0.5495b101
") | (= "dev") }
"coq-gpfsl" { (= "dev.2019-0
2-01.1.8412a96e
") | (= "dev") }
]
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