I give up

This commit is contained in:
Alexander Medvedev
2025-08-12 18:05:04 +02:00
parent b6e55cfbd2
commit 308ca77440
2 changed files with 8 additions and 89 deletions

View File

@@ -8,6 +8,7 @@ WORKDIR /pumpkin
COPY . /pumpkin
RUN rustup show active-toolchain || rustup toolchain install
RUN rustup component add rustfmt
# build release
RUN --mount=type=cache,sharing=private,target=/pumpkin/target \