This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new ef88921 ci: add substrait feature to linux builds (#720)
ef88921 is described below
commit ef889211a0365f208a39221a93e6fee54f3ad4ed
Author: Michael J Ward <[email protected]>
AuthorDate: Fri May 31 09:58:36 2024 -0500
ci: add substrait feature to linux builds (#720)
Fixes #646
---
.github/workflows/build.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 239b171..a4c31c0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -189,7 +189,7 @@ jobs:
target: x86_64
manylinux: auto
rustup-components: rust-std rustfmt # Keep them in one line due to
https://github.com/PyO3/maturin-action/issues/153
- args: --release --manylinux 2014 --features protoc
+ args: --release --manylinux 2014 --features protoc,substrait
- name: Archive wheels
uses: actions/upload-artifact@v3
with:
@@ -219,7 +219,7 @@ jobs:
# Use manylinux_2_28-cross because the manylinux2014-cross has GCC
4.8.5, which causes the build to fail
manylinux: 2_28
rustup-components: rust-std rustfmt # Keep them in one line due to
https://github.com/PyO3/maturin-action/issues/153
- args: --release --features protoc
+ args: --release --features protoc,substrait
- name: Archive wheels
uses: actions/upload-artifact@v3
with:
@@ -245,7 +245,7 @@ jobs:
rust-toolchain: stable
manylinux: auto
rustup-components: rust-std rustfmt
- args: --release --sdist --out dist --features protoc
+ args: --release --sdist --out dist --features protoc,substrait
- name: Archive wheels
uses: actions/upload-artifact@v3
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]