Skip to content

Commit

Permalink
try fix running out of space
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jun 22, 2023
1 parent 55e469c commit 877f516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ WORKDIR $WORKHOME/worker

COPY . .

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

### Base Runner Stage
Expand Down

0 comments on commit 877f516

Please sign in to comment.