Skip to content
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
wants to merge 39 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
27ed896
feat: manylinux_2_34 based on AlmaLinux 9
Feb 14, 2024
8e46ddd
fix: PowerTools repo is called CRB in AlmaLinux 9
Feb 20, 2024
cf32755
lint: line indent
Feb 20, 2024
88eea20
Merge branch 'main' into pr/1575
mayeut Mar 16, 2024
b0bc4be
fix build
mayeut Mar 16, 2024
f55bf3a
feat: use gcc 13
mayeut Mar 16, 2024
5c9c1dd
fix: reduce hardlink verbosity
mayeut Mar 17, 2024
faf6aea
Merge branch 'main' into main
mayeut Mar 18, 2024
c7abce2
Merge branch 'main' into main
mayeut Mar 27, 2024
1e6fb72
Merge branch 'main' into main
mayeut Apr 14, 2024
08e1b3c
Merge branch 'main' into main
mayeut May 7, 2024
1832486
Merge branch 'main' into pr/1575
mayeut May 9, 2024
038dd11
Merge remote-tracking branch 'upstream/main' into pr/1575
mayeut May 9, 2024
c39b602
Merge branch 'main' into pr/1575
mayeut May 10, 2024
0842107
Merge branch 'main' into pr/1575
mayeut May 13, 2024
5394c97
Merge branch 'main' into main
mayeut Jun 9, 2024
6410ea6
Merge branch 'main' into main
mayeut Jun 9, 2024
5156b02
Merge branch 'main' into pr/1575
mayeut Jun 23, 2024
8a8c32a
install missing graalpy runtime dependency
mayeut Jun 23, 2024
3f76a7b
feat: make sqlite an implementation detail in manylinux_2_34
mayeut Jun 25, 2024
eba51a1
fix
mayeut Jun 25, 2024
5f7f584
fix
mayeut Jun 25, 2024
a25fb4c
Merge branch 'main' into pr/1575
mayeut Jun 29, 2024
b9d515c
Update README.rst
mayeut Jun 29, 2024
fc6105c
Merge branch 'main' into pr/1575
mayeut Jul 2, 2024
12ed09f
Merge branch 'main' into pr/1575
mayeut Aug 3, 2024
65807e0
Merge branch 'main' into pr/1575
mayeut Aug 31, 2024
724c946
Merge branch 'main' into pr/1575
mayeut Sep 6, 2024
37f47d8
Merge branch 'main' into pr/1575
mayeut Sep 7, 2024
dc43475
Merge branch 'main' into pr/1575
mayeut Sep 8, 2024
3fe30db
chore: simplify update-system-packages.sh
mayeut Sep 8, 2024
c8d4a34
chore: future proof build-sqlite3.sh
mayeut Sep 8, 2024
00c4d61
Merge branch 'main' into pr/1575
mayeut Sep 9, 2024
e199d3b
Merge branch 'main' into pr/1575
mayeut Sep 22, 2024
3bd48ee
Merge branch 'main' into pr/1575
mayeut Sep 22, 2024
d2abf66
Merge branch 'main' into pr/1575
mayeut Oct 2, 2024
924788c
Merge branch 'main' into pr/1575
mayeut Oct 19, 2024
b34be63
Merge branch 'main' into pr/1575
mayeut Oct 19, 2024
677f7be
Merge branch 'main' into pr/1575
mayeut Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into pr/1575
mayeut committed Aug 31, 2024
commit 65807e0382cd74bffa8448e7854aaaa48db93329
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -37,11 +37,13 @@ jobs:
fail-fast: false
matrix:
policy: ["manylinux2014", "manylinux_2_28", "manylinux_2_34", "musllinux_1_1", "musllinux_1_2"]
platform: ["x86_64", "i686", "s390x", "ppc64le"]
exclude:
- policy: "manylinux_2_28"
platform: ["x86_64"]
include:
- policy: "manylinux2014"
platform: "i686"
- policy: "manylinux_2_34"
- policy: "musllinux_1_1"
platform: "i686"
- policy: "musllinux_1_2"
platform: "i686"

env:
You are viewing a condensed version of this merge commit. You can view the full changes here.