-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-36686: [C++] Pass CMAKE_OSX_SYSROOT to external projects #36706
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
Conversation
|
@github-actions crossbow submit r-binary-packages |
|
|
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit r-binary-packages |
|
Revision: 8b27832 Submitted crossbow builds: ursacomputing/crossbow @ actions-5e221cbb49
|
|
The Big Sur job is still failing: https://github.com/ursacomputing/crossbow/actions/runs/5566749960/jobs/10168239125 |
|
Thank you! |
|
I created #36707 for the CI failures (they are happening on main as well). They are also OpenSSL-related. |
### Rationale for this change If we use different macOS SDK in Apache Arrow C++ and bundled projects, it will cause some problems such as a build error. ### What changes are included in this PR? Pass `CMAKE_OSX_SYSROOT` explicitly to external projects. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #36686 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 9ebb3d7. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
If we use different macOS SDK in Apache Arrow C++ and bundled projects, it will cause some problems such as a build error.
What changes are included in this PR?
Pass
CMAKE_OSX_SYSROOTexplicitly to external projects.Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.