Skip to content

Commit

Permalink
Updated README and ci.yml with coq-sail-stdpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-almeida committed Feb 14, 2024
1 parent 89b66b7 commit 79e3fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: eval $(opam env --switch=default)
- run: opam repo add --yes --this-switch coq-released https://coq.inria.fr/opam/released
- run: opam repo add --yes --this-switch iris-dev https://gitlab.mpi-sws.org/iris/opam.git
- run: opam pin --yes -n coq-sail https://github.com/rems-project/coq-sail.git
- run: opam pin --yes -n coq-sail-stdpp https://github.com/rems-project/coq-sail.git
- run: opam install --yes ./coq-cheri-capabilities.opam
- run: eval $(opam env)

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ opam switch create coq-cheri-capabilities 4.14.1
```
Make sure to run `eval $(opam env --switch=coq-cheri-capabilities)` (or whichever exact command opam suggests) at the end to update your current shell environment.

3. With an opam switch created, you must add the Coq and the Iris repositories, and pin the coq-sail package, as follows:
3. With an opam switch created, you must add the Coq and the Iris repositories, and pin the coq-sail-stdpp package, as follows:
```
opam repo add --this-switch coq-released https://coq.inria.fr/opam/released
opam repo add --this-switch iris-dev https://gitlab.mpi-sws.org/iris/opam.git
opam pin -n coq-sail https://github.com/rems-project/coq-sail.git
opam pin -n coq-sail-stdpp https://github.com/rems-project/coq-sail.git
```

4. You may now install the opam package `coq-cheri-capabilities` and its dependencies with
Expand Down

0 comments on commit 79e3fc6

Please sign in to comment.