From bfba3ddffbf0a8202dca01f5b6464df7900061d6 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 10 Aug 2023 13:16:04 -0700 Subject: [PATCH] Automator: update common-files@master in istio/api@master (#2898) --- common/.commonfiles.sha | 2 +- common/scripts/run.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 37b6bbe3c2a..516efdbf71d 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -5f3fa5b9fb77bbe51a5827509f942f6d88b9f72c +7d5d2f93cd46e0ca14a7586f5fa7c667335714e5 diff --git a/common/scripts/run.sh b/common/scripts/run.sh index 4a2ebc94c65..7a7a4d5bac9 100755 --- a/common/scripts/run.sh +++ b/common/scripts/run.sh @@ -57,5 +57,6 @@ read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}" --mount "type=volume,source=gocache,destination=/gocache" \ --mount "type=volume,source=cache,destination=/home/.cache" \ --mount "type=volume,source=crates,destination=/home/.cargo/registry" \ + --mount "type=volume,source=git-crates,destination=/home/.cargo/git" \ ${CONDITIONAL_HOST_MOUNTS} \ -w "${MOUNT_DEST}" "${IMG}" "$@"