-
Notifications
You must be signed in to change notification settings - Fork 44
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
WathOS CI broken #238
Comments
looks like this started with the nightly from october 5th, so probably something in there https://github.com/rust-lang/rust/commits/master/?since=2024-10-03&until=2024-10-05 there is this rust-lang/rust@d0a467a |
Huh. This is definitely weird. With the |
Hmm, I doubt that rust-lang/rust#131016 is the problem, like I noted there:
I'll try to get a proper |
Took a while, but I found the culprit, it is rust-lang/rust#131188 - things work again if I copy the I believe that PR is correct, and that Dinghy was wrong before to be relying on that file being available, though I'm not sure how to fix it? |
It seems like Cargo is adding The issue can be reproduced with just: cd test-ws
cargo +nightly-2024-10-10 test -ptest-proc-macro --lib -Zbuild-std --target=aarch64-apple-darwin |
I've opened rust-lang/cargo#14735, in the meantime I think the best thing that Dinghy can do is disable this test when using |
Hey @simlay, would you have an idea about what's wrong in there ? It looks like cargo tries to test proc-macros tests, which obviously wont work on a X-platform settings...
https://github.com/sonos/dinghy/actions/runs/11321297897
The text was updated successfully, but these errors were encountered: