Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information