FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-104693) by jefferyto · Pull Request #105429 · python/cpython · GitHub

/ cpython Public

[3.11] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-104693) - #105429

Merged
ambv merged 2 commits into
python:3.11from
jefferyto:backport-990cb36-3.11
Jul 5, 2023
Merged

[3.11] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-104693)#105429
ambv merged 2 commits into
python:3.11from
jefferyto:backport-990cb36-3.11

Conversation

jefferyto commented Jun 7, 2023
edited
Loading

Copy link
Copy Markdown
Contributor

This ensures that commoninstall is completed before bininstall is started when parallel builds are used (make -j install), and so the python3 symlink is only installed after all standard library modules are installed.

.
(cherry picked from commit 990cb36)

…ininstall (pythonGH-104693)

This ensures that `commoninstall` is completed before `bininstall` is
started when parallel builds are used (`make -j install`), and so the
`python3` symlink is only installed after all standard library modules
are installed.

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>.
(cherry picked from commit 990cb36)

Co-authored-by: Jeffery To <jeffery.to@gmail.com>
jefferyto changed the title [3.11] gh-104692: Include commoninstall as a prerequisite for bininst… [3.11] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-104693) Jun 7, 2023
ambv merged commit 6c6a2a9 into python:3.11 Jul 5, 2023
jefferyto deleted the backport-990cb36-3.11 branch July 6, 2023 07:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL