From 8578201206a7ba1a0121dc3820635ba05461f0a7 Mon Sep 17 00:00:00 2001
From: Ralf Jung <post@ralfj.de>
Date: Mon, 12 Dec 2016 19:34:34 +0100
Subject: [PATCH] README: document how to update the Iris dependency

---
 .gitlab-ci.yml | 2 --
 README.md      | 8 ++++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb328239..0f0eb178 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,6 @@
 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'
diff --git a/README.md b/README.md
index 506e6393..3deb87fc 100644
--- a/README.md
+++ b/README.md
@@ -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.
-- 
GitLab