Skip to content

Commit

Permalink
Merge pull request #3 from tchajed/test-released-iris
Browse files Browse the repository at this point in the history
Enable testing release version of Iris
  • Loading branch information
tchajed authored May 22, 2024
2 parents a8aac46 + 2f09b99 commit 3dec4d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,15 @@ jobs:
startGroup "Print opam config"
opam config list; opam repo list; opam list
endGroup
## restore this job once Iris 4.2.0 is released
# build-release:
# name: build (released iris, coq dev)
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: coq-community/docker-coq-action@v1
# with:
# opam_file: "iris-simp-lang.opam"
# coq_version: "dev"
build-release:
name: build (released iris, latest coq)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
opam_file: "iris-simp-lang.opam"
coq_version: "latest"

# See also:
# https://github.com/coq-community/docker-coq-action#readme
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ There are a few files that are optional reading which make the tutorial work:
## Compiling

This development relies on a development version of Iris and Coq 8.18 or later.
We test 8.18, 8.19, and master with Iris dev in CI. (The released
version of Iris is currently incompatible.)
We test 8.18, 8.19, and master with Iris dev in CI, as well as the released
version of Iris.

You'll need to install Iris, which is easiest done through opam. There are
installation instructions at https://gitlab.mpi-sws.org/iris/iris.

0 comments on commit 3dec4d5

Please sign in to comment.