alamb commented on code in PR #21084:
URL: https://github.com/apache/datafusion/pull/21084#discussion_r2969941410
##########
.github/workflows/extended.yml:
##########
@@ -173,10 +173,9 @@ jobs:
ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if
triggered by push
submodules: true
fetch-depth: 1
- - name: Setup Rust toolchain
- uses: ./.github/actions/setup-builder
- with:
- rust-version: stable
+ - name: Install protobuf compiler
Review Comment:
```suggestion
# Don't use setup-builder to avoid configuring RUST_BACKTRACE which is
expensive
- name: Install protobuf compiler
```
--
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]