You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2020/04/22 09:55:45 UTC

[arrow] branch nevi-me-rustfmt-ci created (now 6de6bb8)

This is an automated email from the ASF dual-hosted git repository.

nevime pushed a change to branch nevi-me-rustfmt-ci
in repository https://gitbox.apache.org/repos/asf/arrow.git.


      at 6de6bb8  [Rust] [CI]: fix rustfmt failures

This branch includes the following new commits:

     new 6de6bb8  [Rust] [CI]: fix rustfmt failures

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow] 01/01: [Rust] [CI]: fix rustfmt failures

Posted by ne...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nevime pushed a commit to branch nevi-me-rustfmt-ci
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 6de6bb89a37fa16af9cb6eff2c31382957367749
Author: Wakahisa <ne...@gmail.com>
AuthorDate: Wed Apr 22 11:55:28 2020 +0200

    [Rust] [CI]: fix rustfmt failures
    
    This adds the `rustfmt` component to the Rust installations in Windows and MacOS, and fixes `rustfmt` related CI failures
---
 .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