Replace x86_64-apple-darwin with aarch64-apple-darwin as default target#2927
Conversation
|
The failing tests are marked as "ignore"? |
Ignore are the build tests. We didn't want to run them locally but only in ci. So it's tests that need fixing. That being said, I remember build tests on master are failing too, if they are the same on this PR it's unrelated to this change |
syphar
left a comment
There was a problem hiding this comment.
looking at the failing build-tests (ignored tests), one is also failing on master (test_no_implicit_features_for_optional_dependencies_with_dep_syntax), but another one is related to this PR and has to be fixed (test_build_crate).
One thing I'm not sure about:
wouldn't this be something like a breaking change where we need to inform crate authors?
I guess it wouldn't hurt to do so. How are we supposed to announce it though? Rust blog post? |
4458957 to
2d65f42
Compare
|
Fixed the test (the other one still fails). |
Fixes #2926.