Do not fail to hard link and produce a warning

This commit is contained in:
tcely 2025-05-25 02:30:31 -04:00 committed by GitHub
parent f94b214654
commit 2ec805e74a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -431,6 +431,7 @@ RUN --mount=type=tmpfs,target=/cache \
rm -v Pipfile.lock && \ rm -v Pipfile.lock && \
cat -v /cache/requirements.txt && \ cat -v /cache/requirements.txt && \
HOME="/tmp/${HOME#/}" \ HOME="/tmp/${HOME#/}" \
UV_LINK_MODE='copy' \
XDG_CACHE_HOME='/cache' \ XDG_CACHE_HOME='/cache' \
PYTHONPYCACHEPREFIX=/cache/pycache \ PYTHONPYCACHEPREFIX=/cache/pycache \
uv --no-config --no-progress --no-managed-python \ uv --no-config --no-progress --no-managed-python \