Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/job-ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN --mount=type=cache,target=/root/.cargo/registry \
# scripts rely on it (e.g. jackin-role-action's download script) —
# drop-in parity requires it in the job image too.
RUSTC_WRAPPER=sccache SCCACHE_DIR=/sccache-build \
mise use --global rust@1.96.1 'cargo:cargo-nextest@0.9.137' 'cargo:rust-script@0.36.0' just@1.55.1 protoc@35.1 gh@2.96.0 && \
mise use --global rust@1.96.1 'cargo:cargo-nextest@0.9.137' 'cargo:rust-script@0.36.0' just@1.56.0 protoc@35.1 gh@2.96.0 && \
mise reshim && \
rustup component add rustfmt clippy && \
mise exec -- rustc --version && \
Expand Down
Loading