You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/08/20 15:25:20 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #3196: Clean up CI workflows by removing "matrix" strategy, simplifying names

alamb commented on code in PR #3196:
URL: https://github.com/apache/arrow-datafusion/pull/3196#discussion_r950707687


##########
.github/workflows/rust.yml:
##########
@@ -395,8 +364,8 @@ jobs:
           key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.lock') }}
       - name: Setup Rust toolchain
         run: |
-          rustup toolchain install ${{ matrix.rust }}
-          rustup default ${{ matrix.rust }}
+          rustup toolchain install nightly-2022-01-17

Review Comment:
   I think we probably pinned the version a while ago when some nightly had issues. I think updating it would be a great idea (and as you say a good follow on PR)



-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org