We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb69c1 commit cde53a2Copy full SHA for cde53a2
Dockerfile
@@ -63,7 +63,7 @@ COPY --from=src /src /src
63
WORKDIR /src
64
# See https://www.reddit.com/r/rust/comments/126xeyx/exploring_the_problem_of_faster_cargo_docker/
65
# We aren't using the full recommendations there, just the simple bits.
66
-RUN --mount=type=cache,target=/build/target --mount=type=cache,target=/var/roothome <<EORUN
+RUN --mount=type=cache,target=/src/target --mount=type=cache,target=/var/roothome <<EORUN
67
set -xeuo pipefail
68
make
69
make install-all DESTDIR=/out
0 commit comments