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

skip stage 0 target check if BOOTSTRAP_SKIP_TARGET_SANITY is set #129651

Merged
merged 2 commits into from
Aug 31, 2024

Commits on Aug 27, 2024

  1. skip stage 0 target check if BOOTSTRAP_SKIP_TARGET_SANITY is set

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6ba72c0 View commit details
    Browse the repository at this point in the history
  2. set BOOTSTRAP_SKIP_TARGET_SANITY in opt-dist before running tests

    opt-dist overrides the stage 0 compiler with previously compiled compilers,
    which can cause confusion in bootstrap's target sanity checks. It is best to
    skip that check.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1a74371 View commit details
    Browse the repository at this point in the history