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/04/05 13:27:36 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #1510: chore: Update `prost`, `prost-derive` and `prost-types` to 0.10, `tonic`, and `tonic-build` to `0.7`

tustvold commented on code in PR #1510:
URL: https://github.com/apache/arrow-rs/pull/1510#discussion_r842784414


##########
.github/workflows/rust.yml:
##########
@@ -57,7 +57,7 @@ jobs:
       - name: Setup Build Dependencies
         run: |
           apt-get update
-          apt-get install cmake protobuf-compiler
+          apt-get install -y cmake protobuf-compiler

Review Comment:
   I think you should be able to get away without cmake if you 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: github-unsubscribe@arrow.apache.org

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