kou commented on code in PR #14235:
URL: https://github.com/apache/arrow/pull/14235#discussion_r1037803999


##########
dev/tasks/r/github.macos-linux.local.yml:
##########
@@ -45,11 +45,20 @@ jobs:
       - name: Configure non-autobrew dependencies (linux)
         run: |
           sudo apt-get update
-          sudo apt install libcurl4-openssl-dev libssl-dev
+          sudo apt install -y \
+            libbrotli-dev \
+            libcurl4-openssl-dev \
+            libidn2-dev \
+            libkrb5-dev \
+            libldap-dev \
+            libnghttp2-dev \
+            libpsl-dev \
+            librtmp-dev \
+            libssh-dev \
+            libssh2-1-dev \
+            libssl-dev \
+            libzstd-dev

Review Comment:
   Good idea. I extracted it as a script in `ci/scripts/` to reduce the 
duplication in `ci/scripts/r_docker_configure.sh` too.



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

Reply via email to