kevinjqliu commented on code in PR #91:
URL: https://github.com/apache/datafusion-ray/pull/91#discussion_r2879810849
##########
.github/workflows/build.yml:
##########
@@ -179,13 +179,13 @@ jobs:
env:
RUST_BACKTRACE: 1
with:
- rust-toolchain: nightly
+ rust-toolchain: stable
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
before-script-linux: |
- yum install -y wget
+ yum install -y wget unzip
Review Comment:
for consistency, some only installs `wget` while others only `unzip`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]