Skip to content

Commit 5f10779

Browse files
Don't remove cargo cache
Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
1 parent d514d82 commit 5f10779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WORKDIR /src
3535
# First we download all of our Rust dependencies
3636
# Note: Local path dependencies (from [patch] sections) are auto-detected and bind-mounted by the Justfile
3737
RUN --mount=type=tmpfs,target=/run --mount=type=tmpfs,target=/tmp --mount=type=cache,target=/src/target --mount=type=cache,target=/var/roothome \
38-
rm -rf /var/roothome/.cargo/registry; cargo fetch
38+
cargo fetch
3939

4040
# We always do a "from scratch" build
4141
# https://docs.fedoraproject.org/en-US/bootc/building-from-scratch/

0 commit comments

Comments
 (0)