Skip to content

Commit a8b9078

Browse files
committed
Limit clone depth, add new per-crate option
1 parent fef4e96 commit a8b9078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run-kani.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ main() {
334334
./std-analysis.sh $build_dir
335335
popd
336336
echo "Running autoharness-analyzer command..."
337-
git clone https://github.com/carolynzech/autoharness_analyzer
337+
git clone --depth 1 https://github.com/carolynzech/autoharness_analyzer
338338
cd autoharness_analyzer
339-
cargo run \
339+
cargo run --per-crate \
340340
../target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/ \
341341
/tmp/std_lib_analysis/results/
342342
fi

0 commit comments

Comments
 (0)