Skip to content

Commit

Permalink
Merge pull request #4 from rems-project/replacing_coq-sail_with_coq-s…
Browse files Browse the repository at this point in the history
…ail-stdpp

Replacing coq sail with coq sail stdpp
  • Loading branch information
ric-almeida committed Mar 11, 2024
2 parents 644890d + 68fc4b0 commit b8ad4f2
Show file tree
Hide file tree
Showing 15 changed files with 1,311 additions and 239 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- run: opam init --yes
- 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 repo add --yes --this-switch iris-dev https://gitlab.mpi-sws.org/iris/opam.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)

Loading

0 comments on commit b8ad4f2

Please sign in to comment.