Skip to content

Commit 0488d2b

Browse files
committed
Revert "try fix running out of space"
This reverts commit 877f516.
1 parent 877f516 commit 0488d2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ WORKDIR $WORKHOME/worker
5959

6060
COPY . .
6161

62-
RUN --mount=type=cache,id=cargo-registry-cache,target=/opt/rust/registry/cache \
63-
--mount=type=cache,id=cargo-registry-index,target=/opt/rust/registry/index \
64-
--mount=type=cache,id=cargo-git,target=/opt/rust/git/db \
62+
RUN --mount=type=cache,id=cargo-registry-cache,target=/opt/rust/registry/cache,sharing=private \
63+
--mount=type=cache,id=cargo-registry-index,target=/opt/rust/registry/index,sharing=private \
64+
--mount=type=cache,id=cargo-git,target=/opt/rust/git/db,sharing=private \
6565
echo ${FINGERPRINT} && make && make identity && cargo test --release
6666

6767
### Base Runner Stage

0 commit comments

Comments
 (0)