File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,15 @@ jobs:
34
34
startGroup "Print opam config"
35
35
opam config list; opam repo list; opam list
36
36
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"
47
46
48
47
# See also:
49
48
# https://github.com/coq-community/docker-coq-action#readme
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ There are a few files that are optional reading which make the tutorial work:
53
53
## Compiling
54
54
55
55
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.
58
58
59
59
You'll need to install Iris, which is easiest done through opam. There are
60
60
installation instructions at https://gitlab.mpi-sws.org/iris/iris .
You can’t perform that action at this time.
0 commit comments