jorgecarleitao commented on a change in pull request #9889:
URL: https://github.com/apache/arrow/pull/9889#discussion_r607720790
##########
File path: .github/workflows/rust.yml
##########
@@ -415,3 +415,46 @@ jobs:
export RUSTFLAGS="-C debuginfo=0"
cd rust/arrow
cargo build --target wasm32-unknown-unknown
+
+ # test the projects can build without default features
+ default-build:
+ name: AMD64 Debian 10 Rust ${{ matrix.rust }} test no defaults
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ arch: [amd64]
+ rust: [nightly-2020-11-24]
Review comment:
Should we change this to `stable`(or have both), since this is the
target version?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]