dlecan / rust-crosscompiler-arm

Docker images for Rust dedicated to cross compilation for ARM v6 and more
MIT License
50 stars 16 forks source link

Create an image based off of debian:stretch #16

Closed bryanburgers closed 3 years ago

bryanburgers commented 6 years ago

Add a Dockerfile that builds a similar image to rust-crosscompiler-arm:stable, but that uses debian:stretch as the base image instead of debian:jessie.

This solves an issue where cross-compiling with openssl-sys links to the correct library that is provided with each release.

Fixes #15

dlecan commented 6 years ago

Thank you for this contribution, I will look at that. Do you know why did the Travis build fail?