Skip to content

Commit

Permalink
Pinpoint the Rust version to 1.33.0
Browse files Browse the repository at this point in the history
Building librsvg with Rust 1.34.0 fails due to rust-lang/rust#58277.
  • Loading branch information
kleisauke committed Apr 12, 2019
1 parent b7878d5 commit 3b607a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3b607a3

Please sign in to comment.