ritchie46 commented on pull request #303: URL: https://github.com/apache/arrow-rs/pull/303#issuecomment-842238005
I understand that the CI fails because we don't check architectures. Does the `build.rs` file not run, when used as a crate dependency? Shall I go for the verbose option?: ``` #[cfg(all(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64"), feature = "simd")] ``` -- 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]
