Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/run-kani.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ setup_kani_repo() {

git fetch --depth 1 origin "$commit" --quiet
git checkout "$commit" --quiet
git submodule update --init --recursive --depth 1 --quiet
# Workaround for occasionally failing to copy a file in s2n-quic that we
# don't actually care about
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive --depth 1 --quiet
popd > /dev/null
}

Expand Down
Loading