← Back to context

Comment by estebank

2 days ago

> I can't even get Rust to work here on my slightly older Mac system.

Could you elaborate on that? macOS Sierra (released on 2016) on Intel macs is supported[1][2], which should allow for Macs from late 2009 onward to work. The Intel Mac build is no longer Tier 1 because the project no longer has access to CI machines for them, and 32-bit cross building is hampered by Xcode 14 not shipping the corresponding SDK[3].

1: https://github.com/rust-lang/compiler-team/issues/556

2: https://doc.rust-lang.org/nightly/rustc/platform-support/app...

3: https://github.com/rust-lang/rust/pull/118083