Bug#881846: build for armel

2018-01-11 Thread Emilio Pozuelo Monfort
Hi Adrian, Not sure if you saw this mail. Does this help us somehow? Cheers, Emilio On Thu, 28 Dec 2017 13:20:59 -0200 Marco A L Barbosa wrote: > After https://github.com/rust-lang/rust/pull/47018 got merged I was able to > cross build to armel (but not tested) using this docker file > > FROM

Bug#881846: build for armel

2017-12-28 Thread Marco A L Barbosa
After https://github.com/rust-lang/rust/pull/47018 got merged I was able to cross build to armel (but not tested) using this docker file FROM ubuntu:17.10 RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ make \ file \ curl \ ca-certificates \ python2.7 \ git