[xb] "Fix" submodule update

This commit is contained in:
Margen67 2025-01-27 19:10:17 -08:00
parent 9a0ed48168
commit 787c8d0edc
1 changed files with 2 additions and 2 deletions

View File

@ -424,8 +424,8 @@ def git_submodule_update():
'submodule',
'update',
'--init',
'-j', str(os.cpu_count()),
#'--depth 1', # This doesn't work for some reason
#'-j', args['j'], # These would be faster if they worked
#'--depth 1',
])