Skip to content

Commit

Permalink
ci: remove temp directory caching which causes stale libs (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang authored Dec 18, 2023
1 parent c420797 commit 8515bc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/docker/chaosnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ COPY . .

RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
--mount=type=cache,target=/nibiru/temp \
make build

FROM alpine:latest
Expand Down

0 comments on commit 8515bc0

Please sign in to comment.