From 3b607a34d165f8a6112ae127b96310fdab3f906a Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Fri, 12 Apr 2019 10:53:34 +0200 Subject: [PATCH] Pinpoint the Rust version to 1.33.0 Building librsvg with Rust 1.34.0 fails due to rust-lang/rust#58277. --- container/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index 3c672b79..25851363 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -1,5 +1,6 @@ # Rust toolchain is needed for librsvg -FROM rust:stretch +# TODO: 1.34.0 fails due to https://github.com/rust-lang/rust/issues/58277 +FROM rust:1.33.0-stretch ARG ARCH=x86_64 ARG MESON_PATCH=https://raw.githubusercontent.com/libvips/build-win64-mxe/master/8.7/meson-3939.patch