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
In rust-lang/rust#45001 I was pointed here. I am thinking of adding support for Solaris. @malbarbo asked for SPARC support, but at least a sparc64-unknown-linux-gnu already exists. I would build sparcv9-sun-solaris and x86_64-sun-solaris.
As I read through the sources, they seem to be similar to the Docker CI stuff in rust-lang/rust. Also there is alexcrichton/port-of-rust, which also seems to have the same roots. Would it be preferable to have a prebuilt Solaris Docker image to reuse here?
The text was updated successfully, but these errors were encountered:
I have seen the use in libc and want to create Solaris CI support there as well. As there is no cross compiler for it in Ubuntu, binutils/gcc have to be built, which takes a long time. It is the same for *BSD, so I guess this is the reason for them relying on a prebuilt image with cross-gcc installed.
But if there are concrete plans that libc will use cross for their testing, I will only add support here without a prebuilt image.
In rust-lang/rust#45001 I was pointed here. I am thinking of adding support for Solaris. @malbarbo asked for SPARC support, but at least a sparc64-unknown-linux-gnu already exists. I would build sparcv9-sun-solaris and x86_64-sun-solaris.
As I read through the sources, they seem to be similar to the Docker CI stuff in rust-lang/rust. Also there is alexcrichton/port-of-rust, which also seems to have the same roots. Would it be preferable to have a prebuilt Solaris Docker image to reuse here?
The text was updated successfully, but these errors were encountered: