Skip to content

Commit 7e35cbc

Browse files
committed
ci: remove -Zlist from kani cmd; update download link from vrs CI
error: invalid value 'list' for '--unstable <UNSTABLE_FEATURE>' [possible values: async-lib, autoharness, concrete-playback, c-ffi, float-lib, function-contracts, gen-c, ghost-state, lean, loop-contracts, mem-predicates, restrict-vtable, source-coverage, stubbing, quantifiers, uninit-checks, unstable-options, valid-value-checks]
1 parent 88116ec commit 7e35cbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/gen_core.json.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export VERIFY_RUST_STD_LIBRARY=$WORKSPACE/verify-rust-std/library
1313
# * update runid after verify-rust-std submodule syncs
1414
# * update snapshots after runid changes
1515
rm tmp -rf
16-
gh run download -D tmp -R model-checking/verify-rust-std ca5f7b8bb3f19
16+
gh run download -D tmp -R model-checking/verify-rust-std 16777123952
1717

1818
ls -alh $VERIFY_RUST_STD_LIBRARY
1919

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
- name: Kani list
7474
working-directory: verify-rust-std
7575
if: ${{ env.AUTO == '' }}
76-
run: kani list -Zlist ${{ env.UNSTABLE_ARGS }} --std ./library --format=json
76+
run: kani list ${{ env.UNSTABLE_ARGS }} --std ./library --format=json
7777

7878
- name: Kani list with Autoharness
7979
working-directory: verify-rust-std
8080
if: ${{ env.AUTO == '-autoharness' }}
81-
run: kani autoharness -Z autoharness --list -Z list ${{ env.UNSTABLE_ARGS }} --std ./library --format=json
81+
run: kani autoharness -Z autoharness --list ${{ env.UNSTABLE_ARGS }} --std ./library --format=json
8282

8383
- name: View list
8484
working-directory: verify-rust-std

0 commit comments

Comments
 (0)