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