-
Notifications
You must be signed in to change notification settings - Fork 390
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
Add arm-linux-gnueabihf
.
#245
Add arm-linux-gnueabihf
.
#245
Conversation
@Dylan-DPC, ping. 😉 |
bors: try |
tryBuild failed |
The test failure definitely is an issue with the latest nightly or a network issue, since it ran successfully a few days ago on Travis for my fork. Not sure what I can do here. |
@reitermarkus Thanks. Yeh looking at the failures on both PRs, i know it isn't related to them but we got to resolve the issues in order to merge this. |
Seems like this is the cause: rust-lang/rust#57426 |
Thanks. Will retry this once that is merged. |
This should now also work. |
bors: try |
tryBuild failed |
The test failure seems to be a temporary network issue. |
bors retry |
tryBuild succeeded |
Anything else that needs to be done here? |
bors: r+ |
245: Add `arm-linux-gnueabihf`. r=Dylan-DPC a=reitermarkus I took the suggestion from #158 (comment) and used a pre-compiled toolchain. There are two commits here, the first one uses https://github.com/raspberrypi/tools, in the second one I switched to https://toolchains.bootlin.com/releases_armv6-eabihf.html. I am not sure however if the `sysroot` is set correctly, since everything except `qemu` also works without `LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib:/usr/arm-linux-gnueabihf/arm-buildroot-linux-gnueabihf/lib`. Co-authored-by: Markus Reiter <[email protected]>
Build failed |
Nightly builds failing since nightly is broken. Will r+ this tomorrow 👍 |
bors: r+ |
245: Add `arm-linux-gnueabihf`. r=Dylan-DPC a=reitermarkus I took the suggestion from #158 (comment) and used a pre-compiled toolchain. There are two commits here, the first one uses https://github.com/raspberrypi/tools, in the second one I switched to https://toolchains.bootlin.com/releases_armv6-eabihf.html. I am not sure however if the `sysroot` is set correctly, since everything except `qemu` also works without `LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib:/usr/arm-linux-gnueabihf/arm-buildroot-linux-gnueabihf/lib`. Co-authored-by: Markus Reiter <[email protected]>
Build succeeded |
I took the suggestion from #158 (comment) and used a pre-compiled toolchain.
There are two commits here, the first one uses https://github.com/raspberrypi/tools, in the second one I switched to https://toolchains.bootlin.com/releases_armv6-eabihf.html.
I am not sure however if the
sysroot
is set correctly, since everything exceptqemu
also works withoutLD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib:/usr/arm-linux-gnueabihf/arm-buildroot-linux-gnueabihf/lib
.