Merge pull request #1067 from tcely/patch-4
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.13) (push) Waiting to run
CI / containerise (push) Blocked by required conditions

Do not fail to hard link and produce a warning
This commit is contained in:
meeb 2025-05-25 17:06:23 +10:00 committed by GitHub
commit a0761f62c9
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 && \
cat -v /cache/requirements.txt && \
HOME="/tmp/${HOME#/}" \
UV_LINK_MODE='copy' \
XDG_CACHE_HOME='/cache' \
PYTHONPYCACHEPREFIX=/cache/pycache \
uv --no-config --no-progress --no-managed-python \