This is an automated email from the ASF dual-hosted git repository.
paddyhoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new a82779b ARROW-8558: [Rust] [CI] GitHub Actions missing rustfmt
a82779b is described below
commit a82779b6e936f20889026ffeb4aadea1d3cad1e9
Author: Wakahisa <[email protected]>
AuthorDate: Wed Apr 22 15:45:42 2020 -0400
ARROW-8558: [Rust] [CI] GitHub Actions missing rustfmt
This adds the `rustfmt` component to the Rust installations in Windows and
MacOS, and fixes `rustfmt` related CI failures.
@kszucs @paddyhoran
Closes #7010 from nevi-me/nevi-me-rustfmt-ci and squashes the following
commits:
6de6bb89a <Wakahisa> : fix rustfmt failures
Authored-by: Wakahisa <[email protected]>
Signed-off-by: Paddy Horan <[email protected]>
---
.github/workflows/rust.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 333f7f8..5938c62 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -91,6 +91,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
+ components: rustfmt
- name: Install Flatbuffers
shell: bash
run: choco install flatc
@@ -122,6 +123,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
+ components: rustfmt
- name: Install Flatbuffers
shell: bash
run: brew install flatbuffers