Skip to content

Commit

Permalink
Revert "try fix running out of space"
Browse files Browse the repository at this point in the history
This reverts commit 877f516.
  • Loading branch information
clangenb committed Jun 22, 2023
1 parent 877f516 commit 0488d2b
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 \
--mount=type=cache,id=cargo-registry-index,target=/opt/rust/registry/index \
--mount=type=cache,id=cargo-git,target=/opt/rust/git/db \
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 \
echo ${FINGERPRINT} && make && make identity && cargo test --release

### Base Runner Stage
Expand Down

0 comments on commit 0488d2b

Please sign in to comment.