[xb] "Fix" submodule update
This commit is contained in:
@@ -424,8 +424,8 @@ def git_submodule_update():
|
|||||||
'submodule',
|
'submodule',
|
||||||
'update',
|
'update',
|
||||||
'--init',
|
'--init',
|
||||||
'-j', str(os.cpu_count()),
|
#'-j', args['j'], # These would be faster if they worked
|
||||||
#'--depth 1', # This doesn't work for some reason
|
#'--depth 1',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user