alamb commented on code in PR #14990:
URL: https://github.com/apache/datafusion/pull/14990#discussion_r1978141442
##########
.github/workflows/extended.yml:
##########
@@ -41,13 +44,10 @@ jobs:
with:
submodules: true
fetch-depth: 1
- - name: Install Rust
- run: |
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s --
-y
- source $HOME/.cargo/env
- rustup default stable
- - name: Install Protobuf Compiler
- run: sudo apt-get install -y protobuf-compiler
+ - name: Setup Rust toolchain
Review Comment:
This change simply changes the extended tests to use the standard setup
builder job
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]