We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b15ef commit 4d24f6aCopy full SHA for 4d24f6a
ci/build.dockerfile
@@ -1,4 +1,6 @@
1
-FROM rust
+# Temporarily explicitly use this version due to a compiler bug:
2
+# https://github.com/rust-lang/rust/issues/108970
3
+FROM rust:1.65
4
5
RUN apt-get update -y -qq && \
6
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