remove deprecated build-{linux,macos,windows}.py scripts#1029
Open
jjhelmus wants to merge 2 commits intoastral-sh:mainfrom
Open
remove deprecated build-{linux,macos,windows}.py scripts#1029jjhelmus wants to merge 2 commits intoastral-sh:mainfrom
jjhelmus wants to merge 2 commits intoastral-sh:mainfrom
Conversation
Contributor
Author
|
I have no concerns about delaying these removal of these scripts, especially Did want to see if these is anything that still uses this, like the check action in CI. |
Contributor
Author
|
#1040 migrates check.py to uv from the pip created venv. This PR requires that to be merged first. |
Remove the deprecated build-linux.py, build-macos.py and build-windows.py scripts and associated files. Build should be started using uv run build.py or ./build.py.
7bc4e6f to
568f481
Compare
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
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.
Remove the deprecated build-linux.py, build-macos.py and build-windows.py scripts and associated files.
Build should be started using
uv run build.pyor./build.py.The build-linux.py and build-windows.py have shown a warning about future removal since #998.
The removal of these scripts was mentioned in the release notes of 20260310 and 20260320