Skip to content

Commit 3b607a3

Browse files
committed
Pinpoint the Rust version to 1.33.0
Building librsvg with Rust 1.34.0 fails due to rust-lang/rust#58277.
1 parent b7878d5 commit 3b607a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Rust toolchain is needed for librsvg
2-
FROM rust:stretch
2+
# TODO: 1.34.0 fails due to https://github.com/rust-lang/rust/issues/58277
3+
FROM rust:1.33.0-stretch
34

45
ARG ARCH=x86_64
56
ARG MESON_PATCH=https://raw.githubusercontent.com/libvips/build-win64-mxe/master/8.7/meson-3939.patch

0 commit comments

Comments
 (0)