-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Review content of crossenv to respect build vs cross. #6437
Open
th0ma7
wants to merge
33
commits into
SynoCommunity:master
Choose a base branch
from
th0ma7:wheel-update3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+638
−457
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
5fee872
spksrc.requirement.mk: Unified method to process requirements files
th0ma7 5703977
Bump pakage versions to enforce github-action build processing
th0ma7 2e15b37
crossenv.mk: Basic unit testing functional - will fail to build
th0ma7 92c3988
spksrc.wheel-*.mk: Complete REQUIREMENT removal to use WHEEL_URL
th0ma7 a857aee
crossenv.mk: Revert to using $$(which ) to ensure full path
th0ma7 50276e3
spk.mk: Include from top spk.mk the python-requirement.mk
th0ma7 dfce111
py311-312: Convert crossenv requirement files to use build:cross
th0ma7 b153e46
requirement.mk: Move include from spk to wheel-env.mk
th0ma7 fff0d33
crossenv: Allow non-build:cross def and use $* for dep install
th0ma7 39c9e2a
py312-313: Move all $(TC_GCC) dependent wheels below python.mk
th0ma7 edbe345
py311-313: Migrate crossenv definitions files to use build:cross
th0ma7 5b397bf
py312-313: Temporary disable numpy
th0ma7 17ece54
python*.mk: Fix crossenv PATH definition
th0ma7 87e4d1e
python: Remove dependencies to native/python3* pip environment
th0ma7 aa8b0d6
python313-wheels: greenlet < 3.1 no longer supported
th0ma7 b9883ba
crossenv|wheel-compile.mk: Adjust PATH to handle ENV and duplicates
th0ma7 c2748e0
update comment related to WHEELS initialization
hgy59 5c83ee9
fix build of llfuse wheel
hgy59 9b330d4
python312: update to v3.12.9
hgy59 cab3b5e
python313: update to v3.13.2
hgy59 0a0b598
exclude llfuse for python313
hgy59 b95b9aa
python: Enable crossenv|wheel logs and avoid renaming manylinux
th0ma7 601e93b
crossenv.mk: Remove the manylinux2014 option as unecessary
th0ma7 bf163fe
wheel-install.mk: No longer manage manylinux
th0ma7 bbeafca
wheel+crossenv: Fix log redirection for crossenv and wheel builds
th0ma7 1f083e3
deluge+python312-wheels: Remove package bump
th0ma7 014a983
python311-wheels: Remove package bump
th0ma7 921f67c
wheel-compile.mk: Fix issue of first pure-python wheel being skipped
th0ma7 a386c3c
py312-313: Add atom with its crossenv definition
th0ma7 362e78e
crossenv.mk: Add --machine flag to fix poetry resulting filemame
th0ma7 eae68d5
py313: Remove atom==0.10.5 as not compatible
th0ma7 b67a58c
wheel-compile.mk: Manage false-positive relatively to crossenv
th0ma7 d22dbbe
crossenv.mk: Use TC_TARGET official arch definition triplet
th0ma7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Python-3.12.8.tar.xz SHA1 8872c7a124c6970833e0bde4f25d6d7d61c6af6e | ||
Python-3.12.8.tar.xz SHA256 c909157bb25ec114e5869124cc2a9c4a4d4c1e957ca4ff553f1edc692101154e | ||
Python-3.12.8.tar.xz MD5 d46e5bf9f2e596a3ba45fc0b3c053dd2 | ||
Python-3.12.9.tar.xz SHA1 465d8a664e63dc5aa1f0d90cd1d0000a970ee2fb | ||
Python-3.12.9.tar.xz SHA256 7220835d9f90b37c006e9842a8dff4580aaca4318674f947302b8d28f3f81112 | ||
Python-3.12.9.tar.xz MD5 880942124f7d5c01e7b65cbad62dc873 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Python-3.13.1.tar.xz SHA1 4b0c2a49a848c3c5d611416099636262a0b9090f | ||
Python-3.13.1.tar.xz SHA256 9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9 | ||
Python-3.13.1.tar.xz MD5 80c16badb94ffe235280d4d9a099b8bc | ||
Python-3.13.2.tar.xz SHA1 e4949d999f28d6ad941e766b7dac09a74efbc912 | ||
Python-3.13.2.tar.xz SHA256 d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb56 | ||
Python-3.13.2.tar.xz MD5 4c2d9202ab4db02c9d0999b14655dfe5 |
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I expected to name the new log files
build-crossenv-*.log
build-wheel-*.log
without the build- prefix, I guess some clean* targets need an update.
but this can be done later...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried that first but the ordering wasn't optimal. Using
build-<arch>-<tcversion>-crossenv.log
andbuild-<arch>-<tcversion>-wheel.log
would make things orderred when listing log files.I suggest either using proposal above or trying current for a little while and reconvene later?