-
Notifications
You must be signed in to change notification settings - Fork 52
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
rust 1.74+ needs a newer macos SDK #88
Comments
Is that related to errors such as = note: ld: warning: object file (/tmp/rustcZt9O7X/symbols.o) was built for newer macOS version (10.12) than being linked (10.8) ? |
I think it is.
|
I can confirm that it works with Rust 1.74 but it won't with a later version. Hope we will not be locked on this version for a long period of time. |
Unfortunately we do not have the tarballs for 10.12 in https://s3.dockerproject.org/ yet (which we use in Line 17 in 6febf1b
@Douile , do you know how these tarballs are created and uploaded to s3.dockerproject.org? |
I believe it was found in a blog post (unlikely to get updated). New ones could possibly be sourced from https://github.com/joseluisq/macosx-sdks?tab=readme-ov-file |
This can be removed as soon as rust-build/rust-build.action#88 is resolved or someone bakes normal releases into the release.yml
Any news on this ? |
The long term fix for this is building using cross or github actions macos runner. Which is a complete rewrite of the action. I haven't had time to do this yet. |
It seems from 1.74 the minimum SDK version for macos is v10.12.
rust-lang/rust#104385
https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html
The current version of rust-build uses 10.10 (AFAIK)
The text was updated successfully, but these errors were encountered: