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

gh-93584: Make all install+tests targets depends on all #93589

Merged
merged 2 commits into from
Jun 8, 2022

Commits on Jun 7, 2022

  1. pythongh-93584: Make all install+tests targets depends on all

    All install targets use the "all" target as synchronization point to
    prevent race conditions with PGO builds. PGO builds use recursive make,
    which can lead to two parallel `./python setup.py build` processes that
    step on each others toes.
    
    "test" targets now correctly compile PGO build in a clean repo.
    tiran committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    180e5cc View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. blurb

    tiran committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    35e5b2a View commit details
    Browse the repository at this point in the history