-
Notifications
You must be signed in to change notification settings - Fork 103
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
cranelift fails to build Bevy 0.13.2 on macOS #1504
Comments
I'm currently splitting a |
I can reproduce this with Bevy 0.13.2 (both x86_64 and arm64) but not Bevy 0.14.0. I'm still going to fix it though. |
In particular objc2 version v0.3.0-beta.3.patch-leaks.3 gives the error. Mostly fixed in 253436c. bytecodealliance/wasmtime#8901 is necessary for the being more technically correct. |
I just tried actually running the breakout example and it crashes... |
I've force pushed the previous commit away. I don't have time to investigate the crash right now. |
I think if it works on Bevy 0.14, it's good enough to at least not block recommending cranelift to new users :) |
The crash happens with Bevy 0.14 too. That means the commit I force-pushed away is not at fault for this crash at least. I've pushed it again. Let's open a new issue for the crash though. |
cargo --version
:cargo 1.81.0-nightly (b1feb75d0 2024-06-07)
Cargo.toml
main.rs
~/.cargo/config.toml
System:
Running
cargo build
results in the following:The text was updated successfully, but these errors were encountered: