kou commented on PR #14832:
URL: https://github.com/apache/arrow/pull/14832#issuecomment-1338636025
Can we remove `conda-osx-arm64-cpu-r41` and `conda-osx-arm64-cpu-r42` jobs
because they failed to run `R -e "library('arrow')"`?
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=40908&view=logs&j=cf796865-97b7-5cd1-be8e-6e00ce4fd8cf&t=88ee2fb8-46fd-5c68-fde3-1c8d31ba2a5f&l=28318
```text
+ /usr/..._placehold_/bin/R -e 'library('\''arrow'\'')'
/usr/..._placehold_/bin/R: line 271: /usr/..._placehold_/lib/R/bin/exec/R:
Bad CPU type in executable
/usr/..._placehold_/bin/R: line 271: /usr/..._placehold_/lib/R/bin/exec/R:
Undefined error: 0
```
Azure Pipelines doesn't provide arm64 macOS yet. So we can't run
cross-compiled packages.
Or we may be able to ignore `$R -e "library('arrow')"` in
`dev/tasks/conda-recipes/r-arrow/meta.yaml`
https://github.com/apache/arrow/blob/master/dev/tasks/conda-recipes/r-arrow/meta.yaml#LL61
on cross-compiling.
--
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]