You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding submodules in general brings up a bunch of auxiliary support we probably want. I wonder if we should separate this out as its own PR. I assume we want the submodule to be initialized all the time? If so, things we would want:
We have to tell GA CI to init submodules: submodules: true arg to checkout step
Add submodule update to make/git/devsetup.sh
Add submodule update to make/git/git_pullall.sh
Potentially add to how-to-build docs if not completely automated
Potentially add a pre-commit hook to prevent the common mistake of accidentally rolling back a recent submodule update when switching branches
Adding submodules in general brings up a bunch of auxiliary support we probably want. I wonder if we should separate this out as its own PR. I assume we want the submodule to be initialized all the time? If so, things we would want:
submodules: true
arg to checkout stepmake/git/devsetup.sh
make/git/git_pullall.sh
Originally posted by @derekbruening in #5515 (comment)
The text was updated successfully, but these errors were encountered: