Skip to content

Commit 3dec4d5

Browse files
authored
Merge pull request #3 from tchajed/test-released-iris
Enable testing release version of Iris
2 parents a8aac46 + 2f09b99 commit 3dec4d5

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,15 @@ jobs:
3434
startGroup "Print opam config"
3535
opam config list; opam repo list; opam list
3636
endGroup
37-
## restore this job once Iris 4.2.0 is released
38-
# build-release:
39-
# name: build (released iris, coq dev)
40-
# runs-on: ubuntu-latest
41-
# steps:
42-
# - uses: actions/checkout@v4
43-
# - uses: coq-community/docker-coq-action@v1
44-
# with:
45-
# opam_file: "iris-simp-lang.opam"
46-
# coq_version: "dev"
37+
build-release:
38+
name: build (released iris, latest coq)
39+
runs-on: ubuntu-latest
40+
steps:
41+
- uses: actions/checkout@v4
42+
- uses: coq-community/docker-coq-action@v1
43+
with:
44+
opam_file: "iris-simp-lang.opam"
45+
coq_version: "latest"
4746

4847
# See also:
4948
# https://github.com/coq-community/docker-coq-action#readme

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ There are a few files that are optional reading which make the tutorial work:
5353
## Compiling
5454

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

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

0 commit comments

Comments
 (0)