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

Commit3c6a317

Browse files
Only fetch SDL tags
1 parent779f1c2 commit3c6a317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/build_lvgl_micropython.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo "Fetch tags for lib/SDL, otherwise lvgl_micropython's make.py script can't
2929
pushd"$codebasedir"/lvgl_micropython/lib/SDL
3030
git fetch --unshallow origin2>/dev/null# will give error if already done
3131
# Or fetch all refs without unshallowing (keeps it shallow but adds refs)
32-
git fetch origin'refs/*:refs/*'>/dev/null# huge list that pollutes the build output
32+
git fetch origin'refs/tags/*:refs/tags/*'
3333
popd
3434

3535
echo"Check need to add esp32-camera..."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp