h-vetinari commented on PR #14832:
URL: https://github.com/apache/arrow/pull/14832#issuecomment-1338638513
> Can we remove `conda-osx-arm64-cpu-r41` and `conda-osx-arm64-cpu-r42` jobs
because they failed to run `R -e "library('arrow')"`?
I'm pretty sure this is solved by
https://github.com/apache/arrow/pull/14832/commits/b4147098fcdd229964bf3c97da129e2a5e4265e9.
> Azure Pipelines doesn't provide arm64 macOS yet. So we can't run
cross-compiled packages.
Same for conda-forge, so we're cross-compiling there as well. I think the
issue was that we need some kind of synch of `build_steps.sh` and
`run_docker_build.sh`; while there's a comment here saying they have been
modified for crossbow, I don't know what changes these are (aside from obvious
ones like `R_CONFIG`).
In any case, I added a minimal
[change](https://github.com/conda-forge/arrow-cpp-feedstock/blob/main/.scripts/build_steps.sh#L48-L50)
from the conda-forge `build.sh` that should fix this.
--
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]