Skip to content

Commit 3c6a317

Browse files
Only fetch SDL tags
1 parent 779f1c2 commit 3c6a317

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 origin 2>/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)