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
error: linking with `cc` failed: exit status: 1
= note: /usr/bin/ld: __rust_realloc: undefined version:
/usr/bin/ld: __rust_no_alloc_shim_is_unstable: undefined version:
/usr/bin/ld: __rust_dealloc: undefined version:
/usr/bin/ld: __rust_alloc_zeroed: undefined version:
/usr/bin/ld: __rust_alloc_error_handler_should_panic: undefined version:
/usr/bin/ld: __rust_alloc_error_handler: undefined version:
/usr/bin/ld: __rust_alloc: undefined version:
/usr/bin/ld: failed to set dynamic section sizes: bad value
collect2: error: ld returned 1 exit status
error: could not compile `bevy_dylib` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
I see. I have turned it off for now in my CI. (Tho the original CI from TheBevyFlock/bevy_quickstart enables it). Turning defaul features off makes the CI test works for now.
Bevy version
0.14.2
What you did
Describe how you arrived at the problem. If you can, consider providing a code snippet or link.
GitHub action failed on bevy_dylib
https://github.com/nixon-voxell/lumina/actions/runs/10958198016/job/30427921562
What went wrong
The text was updated successfully, but these errors were encountered: