10000 ci: add substrait feature to linux builds (#720) · datapythonista/datafusion-python@ef88921 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef88921

Browse files
ci: add substrait feature to linux builds (apache#720)
Fixes apache#646
1 parent ea4a4dc commit ef88921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
target: x86_64
190190
manylinux: auto
191191
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
192-
args: --release --manylinux 2014 --features protoc
192+
args: --release --manylinux 2014 --features protoc,substrait
193193
- name: Archive wheels
194194
uses: actions/upload-artifact@v3
195195
with:
@@ -219,7 +219,7 @@ jobs:
219219
# Use manylinux_2_28-cross because the manylinux2014-cross has GCC 4.8.5, which causes the build to fail
220220
manylinux: 2_28
221221
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
222-
args: --release --features protoc
222+
args: --release --features protoc,substrait
223223
- name: Archive wheels
224224
uses: actions/upload-artifact@v3
225225
with:
@@ -245,7 +245,7 @@ jobs:
245245
rust-toolchain: stable
246246
manylinux: auto
247247
rustup-components: rust-std rustfmt
248-
args: --release --sdist --out dist --features protoc
248+
args: --release --sdist --out dist --features protoc,substrait
249249
- name: Archive wheels
250250
uses: actions/upload-artifact@v3
251251
with:

0 commit comments

Comments
 (0)
0