Skip to content

Commit

Permalink
ci: add substrait feature to linux builds (apache#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward authored May 31, 2024
1 parent ea4a4dc commit ef88921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit ef88921

Please sign in to comment.