[xb] "Fix" submodule update
This commit is contained in:
parent
9a0ed48168
commit
787c8d0edc
|
@ -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',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue