Skip to content

Commit 4d24f6a

Browse files
committed
Temporarily use 1.65 toolchain
Temporarily explicitly use this version due to a compiler bug: See: rust-lang/rust#108970
1 parent a2b15ef commit 4d24f6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/build.dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM rust
1+
# Temporarily explicitly use this version due to a compiler bug:
2+
# https://github.com/rust-lang/rust/issues/108970
3+
FROM rust:1.65
24

35
RUN apt-get update -y -qq && \
46
apt-get install -y -qq --no-install-recommends python3 python3-venv clang make pkg-config nettle-dev libssl-dev ca-certificates pip pcscd libpcsclite-dev codespell && \

0 commit comments

Comments
 (0)