You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Only fetch SDL tags
This commit is contained in:
@@ -29,7 +29,7 @@ echo "Fetch tags for lib/SDL, otherwise lvgl_micropython's make.py script can't
|
||||
pushd "$codebasedir"/lvgl_micropython/lib/SDL
|
||||
git fetch --unshallow origin 2>/dev/null # will give error if already done
|
||||
# Or fetch all refs without unshallowing (keeps it shallow but adds refs)
|
||||
git fetch origin 'refs/*:refs/*' >/dev/null # huge list that pollutes the build output
|
||||
git fetch origin 'refs/tags/*:refs/tags/*'
|
||||
popd
|
||||
|
||||
echo "Check need to add esp32-camera..."
|
||||
|
||||
Reference in New Issue
Block a user