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

Platform/Intel: Add build_bios.py option to skip rebuilding BaseTools #233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mikebeaton
Copy link
Contributor

Description

When running build_bios.py manually it is convenient to be able to avoid rebuilding BaseTools (which also involves re-running the BaseTools tests) on every run.

Even though the time to build BaseTools (once they are already built) and re-run the BaseTools tests is relatively small compared to the time taken to fully build any of these platforms, we may be debugging an issue which prevents a given platform from building entirely, or early, and which has nothing to do with changes in BaseTools, in which case it is convenient not to have to wait for the BaseTools tests to complete each time round the debug loop.

  • Breaking change?
  • Impacts security?
  • Includes tests?

How This Was Tested

Local builds.

Integration Instructions

N/A

When running build_bios.py manually it is convenient to be able to avoid
rebuilding BaseTools (which also involves re-running the BaseTools tests)
on every run.

Even though the time to build BaseTools (once they are already built) and
re-run the BaseTools tests is relatively small compared to the time taken
to fully build any of these platforms, we may be debugging an issue which
prevents a given platform from building entirely, or early, and which has
nothing to do with changes in BaseTools, in which case it is convenient
not to have to wait for the BaseTools tests to complete each time round
the debug loop.

Signed-off-by: Mike Beaton <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant