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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Simon Spies
lambda-rust
Commits
85782012
Commit
85782012
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
README: document how to update the Iris dependency
parent
1186fcc8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-2
0 additions, 2 deletions
.gitlab-ci.yml
README.md
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
2 deletions
.gitlab-ci.yml
+
0
−
2
View file @
85782012
image
:
ralfjung/opam-ci:latest
lrust-coq8.5.3
:
tags
:
-
coq
script
:
# prepare
-
. build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6'
...
...
This diff is collapsed.
Click to expand it.
README.md
+
8
−
0
View file @
85782012
...
...
@@ -21,3 +21,11 @@ the `opam.pins` file.
## Building Instructions
Run
`make`
to build the full development.
## For Developers: How to update the Iris dependency
-
Do the change in Iris, push it.
-
In lambdaRust, change opam.pins to point to the new commit.
-
Run "make build-dep" (in lambdaRust) to install the new version of Iris.
-
You may have to do "make clean" as Coq will likely complain about .vo file
mismatches.
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