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
cross-images: hack to fix arm-unknown-linux-musleabihf build
Upgrading to reqwest 0.11 seems to have caused us to start hitting
rust-lang/compiler-builtins#353 for some
reason. `-lgcc` is already at the end of our link lines, which is
supposed to prevent the error, so I guess we have to force the issue
with the hacky `--allow-multiple-definition` linker flag.
0 commit comments