getsolus / solbuild

The Solus package build system
https://getsol.us
Apache License 2.0
19 stars 12 forks source link

Sync submodules before updating git submodules #10

Closed xulongwu4 closed 3 years ago

xulongwu4 commented 3 years ago

When updating pytorch, I ran into pytorch/pytorch#29109, and had to run git submodule sync before updating submodules. This PR fixes it.