You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's discussion elsewhere about changing the minimum macOS / iOS versions supported: rust-lang/rust#104385
There's Travis CI configs here that used to test this sort of thing for these crates.
I've opened #623 to remove those configs and this was also mentioned in #461.
What should the minimum targets be? How tested is this? Can we test with MACOSX_DEPLOYMENT_TARGET and modern Xcode? This appears to be what the main Rust CI is doing? Or is that only for include processing and not linking?
In any event, it would be good to get this clearly documented as well.
The text was updated successfully, but these errors were encountered:
There's discussion elsewhere about changing the minimum macOS / iOS versions supported: rust-lang/rust#104385
There's Travis CI configs here that used to test this sort of thing for these crates.
I've opened #623 to remove those configs and this was also mentioned in #461.
What should the minimum targets be? How tested is this? Can we test with
MACOSX_DEPLOYMENT_TARGET
and modern Xcode? This appears to be what the main Rust CI is doing? Or is that only for include processing and not linking?In any event, it would be good to get this clearly documented as well.
The text was updated successfully, but these errors were encountered: