Skip to content

Commit

Permalink
don't use lfs for consensus spec tests (#11545) (#11560)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com>
  • Loading branch information
dvovk and yperbasis authored Aug 11, 2024
1 parent 4cad1f9 commit 9e9e143
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cl/spectest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@


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
rm -rf tests/minimal
wget https://github.com/ethereum/consensus-spec-tests/releases/download/v1.4.0-beta.5/mainnet.tar.gz
tar xf mainnet.tar.gz
rm mainnet.tar.gz
# not needed for now
rm -rf tests/mainnet/eip6110
clean:
Expand Down

0 comments on commit 9e9e143

Please sign in to comment.