Use --filter=blob:none to clone CPython faster (#4156)

This commit is contained in:
Jonathan Plasse 2023-04-30 13:39:22 +02:00 committed by GitHub
parent 64b7280eb8
commit a32617911a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,4 +4,4 @@
# Setup the CPython repository to enable benchmarking.
###
git clone --branch 3.10 https://github.com/python/cpython.git crates/ruff/resources/test/cpython
git clone --branch 3.10 https://github.com/python/cpython.git crates/ruff/resources/test/cpython --filter=blob:none