Skip to content

Commit 39832fa

Browse files
authored
Merge branch 'main' into quantifiers
2 parents a3549ec + cc367b3 commit 39832fa

File tree

176 files changed

+3501
-1197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+3501
-1197
lines changed

.github/workflows/cbmc-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
Upgrade CBMC to its latest release.
7676
7777
- name: Create Issue
78-
if: ${{ env.next_step == 'create_issue' }}
78+
if: ${{ env.next_step == 'create_issue' && github.repository_owner == 'model-checking' }}
7979
uses: dacbd/create-issue-action@main
8080
with:
8181
token: ${{ github.token }}

.github/workflows/format-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: 'Run Clippy'
4949
run: |
5050
cargo clippy --workspace -- -D warnings
51+
RUSTFLAGS="--cfg=kani_sysroot" cargo clippy --workspace -- -D warnings
5152
5253
- name: 'Print Clippy Statistics'
5354
run: |

.github/workflows/toolchain-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
})
6969
7070
- name: Create Issue
71-
if: ${{ env.next_step == 'create_issue' }}
71+
if: ${{ env.next_step == 'create_issue' && github.repository_owner == 'model-checking' }}
7272
uses: dacbd/create-issue-action@main
7373
with:
7474
token: ${{ github.token }}

0 commit comments

Comments
 (0)