[Pkg-rust-maintainers] Efficiently supporting (or not) other arches in the long term

Ximin Luo infinity0 at debian.org
Wed Dec 28 15:40:00 UTC 2016


Sylvestre Ledru:
> Le 26/12/2016 à 15:43, Ximin Luo a écrit :
>> Rust upstream does not regularly run tests for anything other than amd64 or i386:
>>
>> https://forge.rust-lang.org/platform-support.html
>>
>> This has resulted in the past few releases of Debian's rustc being held back from testing migration, due to arm64 breakages that we had to file upstream:
>>
>> 1.10.0 https://github.com/rust-lang/rust/pull/34889
>> 1.11.0 https://github.com/rust-lang/rust/issues/36348
>> 1.12.0 there probably was one but I can't remember it
>> 1.13.0 https://github.com/rust-lang/rust/issues/37225
>> 1.14.0 https://github.com/rust-lang/rust/issues/38612
>>
>> We can't keep doing this long-term, I don't have time to chase these things every 6 weeks. And soon we might start supporting 7 new architectures, which will have their own test failures.
>>
>> What shall we do about this? I think it's nice to support as many architectures as possible, and that is strongly encouraged by Debian - but upstream don't provide the same level of support. I'll suggest two options:
> Or we could just fail at build time on tier-1 and continue if the
> testsuite fails on the other archs.
> To be honest, this is what I am doing with LLVM & Clang...
> 

I'm reluctant to do this, because I don't know if these failures would cause buggy behaviour or security problems. If we do this, at least we should somehow make it very clear to users that the other platforms have these problems, and perhaps even include the test failure logs in the binary package.

X

-- 
GPG: ed25519/56034877E1F87C35
GPG: rsa4096/1318EFAC5FBBDBCE
https://github.com/infinity0/pubkeys.git



More information about the Pkg-rust-maintainers mailing list