-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i#5505 kernel memtrace: Add submodule libipt & Initialize submodules all the time #5518
Conversation
- Add submodule update to make/git/devsetup.sh - Add submodule update to make/git/git_pullall.sh - Update how-to-build docs
@derekbruening Could you explain this point in details? |
If you check out the drmemory repo and do "git grep submodule" you will see all the support it has: it is part of make/git/hook-pre-commit.sh that looks useful for the DR repo. |
- Add a pre-commit hook to prevent the common mistake of accidentally rolling back a recent submodule update when switching branches
- Fix the variable name error in copy code
Thanks for addressing the comments! In addition to commenting "done" in each conversation (which you did), please also click on the "resolve conversation" button so that it doesn't show up anymore. |
OK. Thanks! |
run arm tests |
…time (#5518) Adding libipt as a submodule and bringing up some bunch of additional support to ensure submodules can be initialized all the time: - 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 - Update how-to-build docs - Add a pre-commit hook to prevent the common mistake of accidentally rolling back a recent submodule update when switching branches Issue: #5505
Issue: #5505