Skip to content

Commit ce8b757

Browse files
taratorioyperbasis
andauthored
fix Consensus specification tests CI (#10391) (#10396)
Cherry-pick: bc5fa6f Need this to get PR CI green for v2.60.1 patches, e.g. - #10390 Co-authored-by: Andrew Ashikhmin <[email protected]>
1 parent 7883a4e commit ce8b757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cl/spectest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
tests:
5-
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/ethereum/consensus-spec-tests
5+
GIT_LFS_SKIP_SMUDGE=1 GIT_CLONE_PROTECTION_ACTIVE=false git clone https://github.com/ethereum/consensus-spec-tests
66
cd consensus-spec-tests && git checkout 080c96fbbf3be58e75947debfeb9ba3b2b7c9748 && git lfs pull --exclude=tests/general,tests/minimal && cd ..
77
mv consensus-spec-tests/tests .
88
rm -rf consensus-spec-tests

0 commit comments

Comments
 (0)