]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-93584: Make all install+tests targets depends on all (GH-93589) (GH-93603)
authorChristian Heimes <christian@python.org>
Wed, 8 Jun 2022 15:24:30 +0000 (17:24 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jun 2022 15:24:30 +0000 (17:24 +0200)
commitabd022383b321e49203bb828144dd9e6d846cb25
treee8421092c1e0d89126f133360f87300dd3a6a8ec
parentce07de9059866d46f112046e1d784ac3a5e2c897
[3.11] gh-93584: Make all install+tests targets depends on all (GH-93589) (GH-93603)

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.
(cherry picked from commit 243ed5439c32e8517aa745bc2ca9774d99c99d0f)

Co-authored-by: Christian Heimes <christian@python.org>
Makefile.pre.in
Misc/NEWS.d/next/Build/2022-06-08-14-28-03.gh-issue-93584.0xfHOK.rst [new file with mode: 0644]