Commits

Andrew Lamb authored f96ebcfd726
ARROW-12224: [Rust] Use stable rust for no default test, clean up CI tests # Rationale 1. As @jorgecarleitao noted on https://github.com/apache/arrow/pull/9889#discussion_r607720790, we should be running the check if arrow compiles with stable rust as that is what we target for the arrow crate 2. I noticed that there were several redundant (and inconsistent) settings of `RUSTFLAGS` 3. The titles of many of the tests are confusing (to me) as they have a lot of detailed architecture / rust version information before the description of what they are testing  # Changes 1. Use rust stable for the check that ensures the crate builds without default features 2. Remove redundant `RUSTFLAGS` 3. Change titles of the jobs to consistently start with a description of what they do # Note This could be three individual PRs, but I wanted to avoid the overhead of three separate JIRA tickets and juggling several concurrent potentially conflicting PRs. I will break it into three individual ones however if reviewers want. Closes #9904 from alamb/alamb/cleanup_rust_ci Authored-by: Andrew Lamb <andrew@nerdnetworks.org> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>