Skip to content

Commit 5795a22

Browse files
committed
Remove array_crash_2.c
rems-project/cerberus#43acbe7 added support for expression statements, meaning that (the erroneously named) array_crash_2.c now passes the parsing by Cerberus. Hence this commit deletes it; it will be re-added in a later commit once the CN commit which bumps the Cerberus version past the above commit is merged in. I also changed the CI file a bit to align with the one in the CN repo because the old one was mysteriously failing but the one in the CN repo seems to work.
1 parent 69a1a5c commit 5795a22

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/run-cn-examples.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
matrix:
2020
version: [4.14.1]
2121

22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
with:
26+
with:
2727
repository: rems-project/cn
2828

2929
- name: System dependencies (ubuntu)
@@ -43,7 +43,7 @@ jobs:
4343
opam init --yes --no-setup --shell=sh --compiler=${{ matrix.version }}
4444
eval $(opam env --switch=${{ matrix.version }})
4545
opam repo add --yes --this-switch coq-released https://coq.inria.fr/opam/released
46-
opam install --deps-only --yes ./cn.opam
46+
opam install --deps-only --yes ./cn.opam z3
4747
4848
- name: Save OPAM cache
4949
uses: actions/cache/save@v4
@@ -56,7 +56,7 @@ jobs:
5656
uses: robinraju/release-downloader@v1
5757
with:
5858
repository: cvc5/cvc5
59-
tag: cvc5-1.2.0
59+
tag: cvc5-1.3.0
6060
fileName: cvc5-Linux-x86_64-static.zip
6161

6262
- name: Unzip and install cvc5
@@ -74,11 +74,11 @@ jobs:
7474
7575
- name: Checkout cn-tutorial
7676
uses: actions/checkout@v4
77-
with:
77+
with:
7878
path: cn-tutorial
7979

8080
- name: Run CN Tutorial CI tests
8181
run: |
8282
opam switch ${{ matrix.version }}
8383
eval $(opam env --switch=${{ matrix.version }})
84-
USE_OPAM='' tests/run-cn-tutorial-ci.sh cn-tutorial
84+
tests/run-cn-tutorial-ci.sh cn-tutorial

src/example-archive/simple-examples/broken/error-crash/array_crash_2.c

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)