Skip to content

Commit c111667

Browse files
committed
Switch from Debian to Ubuntu 16.04 to work around Rust musl link bug
See rust-lang/rust#34978 Allowing broken musl cross compilers through to stable really does break some Rust-based projects.
1 parent c6ed680 commit c111667

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Use Debian 8.0 "Jessie" as the base for our Rust musl toolchain.
2-
FROM debian:jessie
1+
# Use Debian 16.04 as the base for our Rust musl toolchain, because of
2+
# https://github.com/rust-lang/rust/issues/34978 (as of Rust 1.11).
3+
FROM ubuntu:16.04
34

45
# Make sure we have basic dev tools for building C libraries. Our goal
56
# here is to support the musl-libc builds and Cargo builds needed for a

0 commit comments

Comments
 (0)