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
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
2 matches
Mail list logo