Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd1bfc36

Browse files
committed
chore: avoid shallow clone temporarily
1 parent5fe7750 commitd1bfc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ help:
5757
@python3 -c"$$PRINT_HELP_PYSCRIPT"<$(MAKEFILE_LIST)
5858

5959
clone:## Clone latest cpython repository to `../cpython/` if it doesn't exist
60-
git clone--depth 1 --no-single-branchhttps://github.com/python/cpython.git$(CPYTHON_CLONE)||echo"cpython exists"
60+
git clone https://github.com/python/cpython.git$(CPYTHON_CLONE)||echo"cpython exists"
6161
cd$(CPYTHON_CLONE)&& git checkout$(BRANCH)
6262
curl -L https://github.com/python/cpython/commit/383f9a7.patch/\?full_index\=1| git apply -v --index
6363

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp