This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
The following commit(s) were added to refs/heads/master by this push:
new 49af922 Build for manylinux 2014 (#88)
49af922 is described below
commit 49af9220d5c374e0b52c09894ab99b523880d0cc
Author: Martin Grigorov <[email protected]>
AuthorDate: Tue Nov 29 18:02:48 2022 +0200
Build for manylinux 2014 (#88)
As agreed at https://github.com/apache/arrow-datafusion-python/pull/85
the version of manylinux is bumped from 2010 to 2014
Reason: Maturin 0.14.+ does not support manylinux 2010 anymore
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 08176e8..49b518f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
docker run --rm -v $(pwd):/io \
--workdir /io \
ghcr.io/pyo3/maturin:v0.14.2 \
- build --release --manylinux 2010 --locked
+ build --release --manylinux 2014 --locked
- name: Archive wheels
uses: actions/upload-artifact@v2
with: