diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 975d12ee77..a76f8ed0d5 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -e7a18fdf0943284c4c84732557db4b4be7a1222d +56effa02ca79657bb302583886d2cfbc74abbea6 diff --git a/common/scripts/run.sh b/common/scripts/run.sh index 558682ff56..271fe77a2d 100755 --- a/common/scripts/run.sh +++ b/common/scripts/run.sh @@ -55,9 +55,9 @@ read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}" --env-file <(env | grep -v ${ENV_BLOCKLIST}) \ -e IN_BUILD_CONTAINER=1 \ -e TZ="${TIMEZONE:-$TZ}" \ - --mount "type=bind,source=${MOUNT_SOURCE},destination=/work,consistency=cached" \ - --mount "type=volume,source=go,destination=/go,consistency=cached" \ - --mount "type=volume,source=gocache,destination=/gocache,consistency=cached" \ - --mount "type=volume,source=cache,destination=/home/.cache,consistency=cached" \ + --mount "type=bind,source=${MOUNT_SOURCE},destination=/work" \ + --mount "type=volume,source=go,destination=/go" \ + --mount "type=volume,source=gocache,destination=/gocache" \ + --mount "type=volume,source=cache,destination=/home/.cache" \ ${CONDITIONAL_HOST_MOUNTS} \ -w "${MOUNT_DEST}" "${IMG}" "$@"