Skip to content
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

Misc size regression script improvements. #16268

Merged
merged 2 commits into from
Feb 8, 2022

Commits on Feb 7, 2022

  1. Misc size regression script improvements.

    - Sets environment variable SIZE_REGRESSION_EXECUTING during execution
      so hook scripts like `post-checkout` may skip processing.
    - Forces checkout of the target branch, including removal of all
      temporary object files in the process.
    - Prints out a warning on exit stating that the git repository is in an
      indeterminate state, and the user needs to swap back to whatever
      intended branch they were working with originally.
    tzarc committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7be6247 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Remove git clean

    tzarc committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    825881d View commit details
    Browse the repository at this point in the history