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

Commit6b0df77

Browse files
authored
Use--depth 1 to download less data (#2135)
`cpython` module only requires the latest commit to be able to build.Using --depth 1 downloads only that commit in particular without thefull history of the repository which is _big_
1 parent91757ed commit6b0df77

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
@@ -61,7 +61,7 @@ build: setup
6161
.PHONY: setup
6262
setup: venv
6363
git submodule sync
64-
git submodule update --init --force$(CPYTHON_PATH)
64+
git submodule update --init --force--depth 1$(CPYTHON_PATH)
6565

6666

6767
# venv: create a virtual environment which will be used by almost every

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp