Generate names for pipeline runs.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM rustlang/rust:nightly-alpine3.19 AS builder
|
||||
|
||||
RUN apk add --no-cache musl-dev pkgconfig
|
||||
FROM rustlang/rust:nightly-alpine3.20 AS builder
|
||||
#openssl-dev
|
||||
RUN apk add --no-cache musl-dev pkgconfig libressl3.8-libssl libressl-dev
|
||||
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
|
||||
RUN rustup component add rustfmt
|
||||
RUN rustup component add clippy
|
||||
|
||||
Reference in New Issue
Block a user