Skip to content

Commit

Permalink
fix Consensus specification tests CI (#10391) (#10396)
Browse files Browse the repository at this point in the history
Cherry-pick:
bc5fa6f

Need this to get PR CI green for v2.60.1 patches, e.g. -
#10390

Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com>
  • Loading branch information
taratorio and yperbasis authored May 17, 2024
1 parent 7883a4e commit ce8b757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/spectest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


tests:
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
cd consensus-spec-tests && git checkout 080c96fbbf3be58e75947debfeb9ba3b2b7c9748 && git lfs pull --exclude=tests/general,tests/minimal && cd ..
mv consensus-spec-tests/tests .
rm -rf consensus-spec-tests
Expand Down

0 comments on commit ce8b757

Please sign in to comment.