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

bootstrap: implement new feature bootstrap-self-test #125273

Merged
merged 1 commit into from
Jun 5, 2024

Commits on Jun 4, 2024

  1. bootstrap: implement new feature bootstrap-self-test

    Some of the bootstrap logics should be ignored during unit tests because they either
    make the tests take longer or cause them to fail. Therefore we need to be able to exclude
    them from the bootstrap when it's called by unit tests. This change introduces a new feature
    called `bootstrap-self-test`, which is enabled on bootstrap unit tests by default. This allows
    us to keep the logic separate between compiler builds and bootstrap tests without needing messy
    workarounds (like checking if target names match those in the unit tests).
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8f677e8 View commit details
    Browse the repository at this point in the history