We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3675c7b commit 4761a01Copy full SHA for 4761a01
scripts/run-kani.sh
@@ -132,7 +132,9 @@ setup_kani_repo() {
132
133
git fetch --depth 1 origin "$commit" --quiet
134
git checkout "$commit" --quiet
135
- git submodule update --init --recursive --depth 1 --quiet
+ # Workaround for occasionally failing to copy a file in s2n-quic that we
136
+ # don't actually care about
137
+ GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive --depth 1 --quiet
138
popd > /dev/null
139
}
140
0 commit comments