You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2023/08/11 08:34:30 UTC

[avro] branch avro-3828-fix-ci-build-warnings updated: AVRO-3828: [Rust] Use dtolnay/toolchain@nightly only

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

mgrigorov pushed a commit to branch avro-3828-fix-ci-build-warnings
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/avro-3828-fix-ci-build-warnings by this push:
     new 3ff64a833 AVRO-3828: [Rust] Use dtolnay/toolchain@nightly only
3ff64a833 is described below

commit 3ff64a833d2e9b74b6d2079f7f6379a25c241ef3
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Fri Aug 11 11:33:43 2023 +0300

    AVRO-3828: [Rust] Use dtolnay/toolchain@nightly only
    
    Only '@nightly' is whitelisted by ASF Infra
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 .github/workflows/test-lang-rust-ci.yml     | 4 ++--
 .github/workflows/test-lang-rust-clippy.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test-lang-rust-ci.yml b/.github/workflows/test-lang-rust-ci.yml
index f42d3dd69..9aae7ff6d 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -108,7 +108,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Rust Toolchain
-        uses: dtolnay/rust-toolchain@stable
+        uses: dtolnay/rust-toolchain@nightly
         with:
           toolchain: stable
 
@@ -192,7 +192,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Rust Toolchain
-        uses: dtolnay/rust-toolchain@stable
+        uses: dtolnay/rust-toolchain@nightly
         with:
           toolchain: stable
           targets: wasm32-unknown-unknown
diff --git a/.github/workflows/test-lang-rust-clippy.yml b/.github/workflows/test-lang-rust-clippy.yml
index 950680881..a6eb57ea4 100644
--- a/.github/workflows/test-lang-rust-clippy.yml
+++ b/.github/workflows/test-lang-rust-clippy.yml
@@ -45,7 +45,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
-      - uses: dtolnay/rust-toolchain@stable
+      - uses: dtolnay/rust-toolchain@nightly
         with:
           toolchain: stable
           components: clippy