Skip to content

Commit

Permalink
Temporarily use 1.65 toolchain
Browse files Browse the repository at this point in the history
Temporarily explicitly use this version due to a compiler bug:

See: rust-lang/rust#108970
  • Loading branch information
wiktor-k committed Mar 15, 2023
1 parent a2b15ef commit 4d24f6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/build.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM rust
# Temporarily explicitly use this version due to a compiler bug:
# https://github.com/rust-lang/rust/issues/108970
FROM rust:1.65

RUN apt-get update -y -qq && \
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 && \
Expand Down

0 comments on commit 4d24f6a

Please sign in to comment.