-
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] CRAN-style openssl not being picked up #41426
Comments
I believe this is also causing the builds we are hosting to be slightly busted. I just tried installing a nightly on arm64 and found that gzip wasn't enabled. Which makes sense since we create these binaries after failing to find openssl, but with a minimal build: https://github.com/ursacomputing/crossbow/actions/runs/8891743595/job/24415201349#step:16:72 |
@assignUser Have you had a chance to figure out what's going wrong here? |
Not yet sorry but I think the fix should be easy(tm) I'll have a look overt the weekend. |
### Rationale for this change See issue. ### What changes are included in this PR? Enforce usage of binary and install of cran openssl version on intel and arm macos. ### Are these changes tested? Crossbow * GitHub Issue: #41426 Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Issue resolved by pull request 41629 |
### Rationale for this change See issue. ### What changes are included in this PR? Enforce usage of binary and install of cran openssl version on intel and arm macos. ### Are these changes tested? Crossbow * GitHub Issue: #41426 Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
…ache#41629) ### Rationale for this change See issue. ### What changes are included in this PR? Enforce usage of binary and install of cran openssl version on intel and arm macos. ### Are these changes tested? Crossbow * GitHub Issue: apache#41426 Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Describe the bug, including details regarding any error messages, version, and platform.
We noticed in #41403 that the binary package build doesn't pick up the CRAN mac-recepies openssl. https://github.com/ursacomputing/crossbow/actions/runs/8872579257/job/24357521438#step:16:561
Likely because we switched to gh hosted runners that don't have it installed. See https://mac.r-project.org/bin/
Component(s)
Continuous Integration, R
The text was updated successfully, but these errors were encountered: