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 86459b6 commit bfba3ddCopy full SHA for bfba3dd
common/.commonfiles.sha
@@ -1 +1 @@
1
-5f3fa5b9fb77bbe51a5827509f942f6d88b9f72c
+7d5d2f93cd46e0ca14a7586f5fa7c667335714e5
common/scripts/run.sh
@@ -57,5 +57,6 @@ read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}"
57
--mount "type=volume,source=gocache,destination=/gocache" \
58
--mount "type=volume,source=cache,destination=/home/.cache" \
59
--mount "type=volume,source=crates,destination=/home/.cargo/registry" \
60
+ --mount "type=volume,source=git-crates,destination=/home/.cargo/git" \
61
${CONDITIONAL_HOST_MOUNTS} \
62
-w "${MOUNT_DEST}" "${IMG}" "$@"
0 commit comments