Can anyone point me to how to build Rust programs on no-longer-supported Intel MacOS versions (edit: eg. v10.12, looks like that's the current cutoff for tier 2)?
I also wanted zig for ncdu2.
I admit I haven't looked too hard, macports has most of what I need still covered. It's always a sad day on my older hardware when I don't have brew auto-update disabled and a MacOS version goes out of support.
Rust still supports Intel Macs just fine. The x86_64-apple-darwin target was recently downgraded to tier 2, which just means that some automated tests will no longer run as part of the standard dev cycle.
Comments
Can anyone point me to how to build Rust programs on no-longer-supported Intel MacOS versions (edit: eg. v10.12, looks like that's the current cutoff for tier 2)?
I also wanted zig for ncdu2.
I admit I haven't looked too hard, macports has most of what I need still covered. It's always a sad day on my older hardware when I don't have brew auto-update disabled and a MacOS version goes out of support.
Rust still supports Intel Macs just fine. The x86_64-apple-darwin target was recently downgraded to tier 2, which just means that some automated tests will no longer run as part of the standard dev cycle.