Skip to content

Commit

Permalink
Attempt to use manylinux_2_28 for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed May 13, 2024
1 parent 54f324d commit 389d80d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
requires = ["scikit-build-core", "blosc2"]
build-backend = "scikit_build_core.build"

[tool.cibuildwheel]
# Build using the manylinux image to ensure manylinux_2_28 wheels are produced
# grok needs at least GCC 11, and manylinux_2_28 is the first manylinux image
# to include GCC 11 (actually, GCC 12)
manylinux-x86_64-image = "manylinux_2_28"
manylinux-aarch64-image = "manylinux_2_28"

[project]
name = "blosc2_grok"
version = "0.3.4.dev0"
Expand Down
2 changes: 1 addition & 1 deletion src/grok
Submodule grok updated 956 files

0 comments on commit 389d80d

Please sign in to comment.