Skip to content
Snippets Groups Projects
Commit 85782012 authored by Ralf Jung's avatar Ralf Jung
Browse files

README: document how to update the Iris dependency

parent 1186fcc8
No related branches found
No related tags found
No related merge requests found
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'
......
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment