Skip to content

Commit

Permalink
bump rust nightly for bookworm asan
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Nov 5, 2024
1 parent fd3661a commit 11dd407
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/ci/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ RUN set -eux; \
chown -R circleci:circleci /opt;

ARG RUST_VERSION="1.76.0"
# Need a nightly that is at least 1.71.1
ARG RUST_NIGHTLY_VERSION="-2024-02-27"
ARG RUST_NIGHTLY_VERSION="-2024-11-04"
# Mount a cache into /rust/cargo if you want to pre-fetch packages or something
ENV CARGO_HOME=/rust/cargo
ENV RUSTUP_HOME=/rust/rustup
Expand Down

0 comments on commit 11dd407

Please sign in to comment.