Skip to content

Commit 9e9b00b

Browse files
jcristauahal
authored andcommitted
fix(decision): add --no-cache to another uv command
We don't want to leave a root-owned cache in the worker user's HOME directory.
1 parent 5607cc4 commit 9e9b00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/docker/decision/system-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apt-get install -y --force-yes --no-install-recommends \
99
python3-pip
1010

1111
pushd /setup/taskgraph
12-
uv export --no-dev > /setup/requirements.txt
12+
uv export --no-cache --no-dev > /setup/requirements.txt
1313
uv pip install --no-cache --system --break-system-packages -r /setup/requirements.txt
1414
uv pip install --no-cache --system --break-system-packages --no-deps .
1515
popd

0 commit comments

Comments
 (0)