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
Tell us about your environment: Chipyard Version: 1.3
What is the current behavior?
If I have modifications in a submodule that would be updated by init-submodules-no-riscv-tools.sh the git submodule update command will fail and cause the script to exit early, leaving some of the git config *.update none commands to remain in effect.
What is the expected behavior?
The script should catch this error and return the git config back to the initial state before exiting
The text was updated successfully, but these errors were encountered:
Impact: software
Tell us about your environment:
Chipyard Version: 1.3
What is the current behavior?
If I have modifications in a submodule that would be updated by
init-submodules-no-riscv-tools.sh
thegit submodule update
command will fail and cause the script to exit early, leaving some of thegit config *.update none
commands to remain in effect.What is the expected behavior?
The script should catch this error and return the
git config
back to the initial state before exitingThe text was updated successfully, but these errors were encountered: