-
Notifications
You must be signed in to change notification settings - Fork 219
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
feat: manylinux_2_34 based on AlmaLinux 9 #1575
Closed
Closed
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
27ed896
feat: manylinux_2_34 based on AlmaLinux 9
8e46ddd
fix: PowerTools repo is called CRB in AlmaLinux 9
cf32755
lint: line indent
88eea20
Merge branch 'main' into pr/1575
mayeut b0bc4be
fix build
mayeut f55bf3a
feat: use gcc 13
mayeut 5c9c1dd
fix: reduce hardlink verbosity
mayeut faf6aea
Merge branch 'main' into main
mayeut c7abce2
Merge branch 'main' into main
mayeut 1e6fb72
Merge branch 'main' into main
mayeut 08e1b3c
Merge branch 'main' into main
mayeut 1832486
Merge branch 'main' into pr/1575
mayeut 038dd11
Merge remote-tracking branch 'upstream/main' into pr/1575
mayeut c39b602
Merge branch 'main' into pr/1575
mayeut 0842107
Merge branch 'main' into pr/1575
mayeut 5394c97
Merge branch 'main' into main
mayeut 6410ea6
Merge branch 'main' into main
mayeut 5156b02
Merge branch 'main' into pr/1575
mayeut 8a8c32a
install missing graalpy runtime dependency
mayeut 3f76a7b
feat: make sqlite an implementation detail in manylinux_2_34
mayeut eba51a1
fix
mayeut 5f7f584
fix
mayeut a25fb4c
Merge branch 'main' into pr/1575
mayeut b9d515c
Update README.rst
mayeut fc6105c
Merge branch 'main' into pr/1575
mayeut 12ed09f
Merge branch 'main' into pr/1575
mayeut 65807e0
Merge branch 'main' into pr/1575
mayeut 724c946
Merge branch 'main' into pr/1575
mayeut 37f47d8
Merge branch 'main' into pr/1575
mayeut dc43475
Merge branch 'main' into pr/1575
mayeut 3fe30db
chore: simplify update-system-packages.sh
mayeut c8d4a34
chore: future proof build-sqlite3.sh
mayeut 00c4d61
Merge branch 'main' into pr/1575
mayeut e199d3b
Merge branch 'main' into pr/1575
mayeut 3bd48ee
Merge branch 'main' into pr/1575
mayeut d2abf66
Merge branch 'main' into pr/1575
mayeut 924788c
Merge branch 'main' into pr/1575
mayeut b34be63
Merge branch 'main' into pr/1575
mayeut 677f7be
Merge branch 'main' into pr/1575
mayeut 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
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
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
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
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.
If I understood #1585 (comment) correctly, the request from @mayeut is to use the new GCC 14 toolset for
manylinux_2_34
.