-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R][CI] macos package builds fail in r-binary-packages
#38779
Comments
setup-r-dependencies
downloads wrong pak bninary and failssetup-r-dependencies
downloads wrong pak binary and fails
this seems to have been resolved on pak's end as the correct binary is now downloaded but it seems our curl on the 10.13 runner is to old: The required function was added in curl 7 https://curl.se/libcurl/c/curl_easy_option_by_id.html |
The action always downloads a new pak binary that comes with a curl version using system curl. It seems the best way to do this is to manually install deps with devtools. On the m1 runner the action hangs on the post step making it take 6h until it get's cancled. I have marked this as a blocker as we need the workflow to succeed to be able to create the binaries for the release. |
setup-r-dependencies
downloads wrong pak binary and failsr-binary-packages
…11 for intel package build (#38974) ### Rationale for this change The action does not work smoothly on the self-hosted runners. ### What changes are included in this PR? Use devtools instead. ### Are these changes tested? crossbow * Closes: #38779 Authored-by: Jacob Wujciak-Jens <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
…11 for intel package build (#38974) ### Rationale for this change The action does not work smoothly on the self-hosted runners. ### What changes are included in this PR? Use devtools instead. ### Are these changes tested? crossbow * Closes: #38779 Authored-by: Jacob Wujciak-Jens <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
…macos-11 for intel package build (apache#38974) ### Rationale for this change The action does not work smoothly on the self-hosted runners. ### What changes are included in this PR? Use devtools instead. ### Are these changes tested? crossbow * Closes: apache#38779 Authored-by: Jacob Wujciak-Jens <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
See https://github.com/ursacomputing/crossbow/actions/runs/6912885545/job/18809311216#step:15:75
it downloads linux binary on mac and windows but only on 4.2
Component(s)
Continuous Integration, R
The text was updated successfully, but these errors were encountered: