Alexander Huszagh

Results 296 comments of Alexander Huszagh

bors try --target x86_64-unknown-linux-gnu

bors try- bors try --target x86_64-unknown-linux-gnu

Do we still need this? We've added the contributing section to the [wiki](https://github.com/cross-rs/cross/wiki/Contributing).

So I guess the real question is do we want it in the git history then? If so, I can duplicate it. If not, we should probably link it.

This might still be possible, we just need to add on the following requirements: - `docker build` (optionally, with buildkit): [Docker::build_image](https://docs.rs/bollard/0.13.0/bollard/struct.Docker.html#method.build_image) - `docker inspect`: [Docker::inspect_container](https://docs.rs/bollard/0.13.0/bollard/struct.Docker.html#method.inspect_container) - `docker run` [Docker::start_container](https://docs.rs/bollard/0.13.0/bollard/struct.Docker.html#method.start_container), [Docker::create_exec](https://docs.rs/bollard/0.13.0/bollard/struct.Docker.html#method.create_exec),...

A little bit more information on the `x86_64-unknown-linux-musl` image. We can determine that the toolchain **itself** is built incorrectly, specifically, the C++ standard library. ### Issue Let's try to build...

I've tried deversioning them by compiling the archive to a shared library, and nothing seems to work. It might be worth looking into how Alpine builds their toolchain.

I should have a fix for this out today. It turns out, compiling `rust-cpp-hello-word` on Alpine itself segfaults. That being said, for anything besides C++ dependencies, Rust on Alpine links...

A re-review of this would be wonderful, since then it can form the basis of adding Alpine images as well easily which should solve #902 and #1013. It would also...

> I'm not sure I agree with adding alpine as a sub target, but I'm excited to see what you have in mind :D It would only be for the...