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 7883a4e commit ce8b757Copy full SHA for ce8b757
cl/spectest/Makefile
@@ -2,7 +2,7 @@
2
3
4
tests:
5
- GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/ethereum/consensus-spec-tests
+ GIT_LFS_SKIP_SMUDGE=1 GIT_CLONE_PROTECTION_ACTIVE=false git clone https://github.com/ethereum/consensus-spec-tests
6
cd consensus-spec-tests && git checkout 080c96fbbf3be58e75947debfeb9ba3b2b7c9748 && git lfs pull --exclude=tests/general,tests/minimal && cd ..
7
mv consensus-spec-tests/tests .
8
rm -rf consensus-spec-tests
0 commit comments