python@3.9: avoid shelling out to brew#107695
Merged
carlocab merged 1 commit intoHomebrew:masterfrom Aug 10, 2022
Merged
Conversation
This breaks builds inside superenv. See - Homebrew#107660 - Homebrew#107662 - Homebrew#107663 - Homebrew#107664 - Homebrew#107665 - pypa/distutils#155 - pypa/distutils#158
cho-m
approved these changes
Aug 10, 2022
Member
Author
|
Still looking at backporting the 3.10 patch. Is this a suitable workaround in the meantime, @Bo98? |
Member
Author
|
Merging to unblock a bunch of other PRs. |
Member
|
Yeah seems fine as a temp fix. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This breaks builds inside superenv. See
libexec/"bin"directory #107660libexec/"bin"#107662libexec/"bin"#107664libexec/"bin"#107665brewcommand is not available pypa/distutils#158brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?