mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Disable uv cache (#129912)
This commit is contained in:
parent
9e04457472
commit
89a9c2ec24
@ -7,7 +7,8 @@ FROM ${BUILD_FROM}
|
|||||||
# Synchronize with homeassistant/core.py:async_stop
|
# Synchronize with homeassistant/core.py:async_stop
|
||||||
ENV \
|
ENV \
|
||||||
S6_SERVICES_GRACETIME=240000 \
|
S6_SERVICES_GRACETIME=240000 \
|
||||||
UV_SYSTEM_PYTHON=true
|
UV_SYSTEM_PYTHON=true \
|
||||||
|
UV_NO_CACHE=true
|
||||||
|
|
||||||
ARG QEMU_CPU
|
ARG QEMU_CPU
|
||||||
|
|
||||||
|
@ -20,7 +20,8 @@ FROM ${{BUILD_FROM}}
|
|||||||
# Synchronize with homeassistant/core.py:async_stop
|
# Synchronize with homeassistant/core.py:async_stop
|
||||||
ENV \
|
ENV \
|
||||||
S6_SERVICES_GRACETIME={timeout} \
|
S6_SERVICES_GRACETIME={timeout} \
|
||||||
UV_SYSTEM_PYTHON=true
|
UV_SYSTEM_PYTHON=true \
|
||||||
|
UV_NO_CACHE=true
|
||||||
|
|
||||||
ARG QEMU_CPU
|
ARG QEMU_CPU
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user