robert-w-gries / rxinu

Rust implementation of Xinu educational operating system
Apache License 2.0
33 stars 4 forks source link

i686 builds fail due to compiler_builtins issue #59

Closed robert-w-gries closed 6 years ago

robert-w-gries commented 6 years ago

Travis failure

It is clearly an external issue. I have filed an issue in compiler_builtins repo for now. Will wait until issue is confirmed to be compiler_builtins issue before tracking here.

Edit: We need to use nightly-2018-04-07 or earlier to test i686

robert-w-gries commented 6 years ago

See japaric/xargo#216

robert-w-gries commented 6 years ago

We won't be supporting i686 for now. Will re-open in the future if necessary