assignUser commented on code in PR #36522:
URL: https://github.com/apache/arrow/pull/36522#discussion_r1260409754
##########
dev/tasks/r/github.macos.autobrew.yml:
##########
@@ -72,8 +78,10 @@ jobs:
ARROW_USE_PKG_CONFIG: false
ARROW_R_DEV: true
FORCE_AUTOBREW: true
- {{ macros.github_set_sccache_envvars()|indent(8)}}
- run: arrow/ci/scripts/r_test.sh arrow
+ {{ macros.github_set_sccache_envvars()|indent(8)}}
+ run: |
+ find / 2>&1 | grep include/openssl || :
+ arrow/ci/scripts/r_test.sh arrow
Review Comment:
I think the first line is just for debug purposes printing all find hits of
include/openssl or nothing. The script setup an env for r testing and then
test/checks the r package.
--
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]