Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(decision): cleanup temporary uv lockfiles #594

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

ahal
Copy link
Collaborator

@ahal ahal commented Oct 16, 2024

This was causing problems, as the worker user was trying to create the same file, but it already existed and was owned by root.

Ensure we don't leave these lying around.

This was causing problems, as the `worker` user was trying to create the
same file, but it already existed and was owned by `root`.

Ensure we don't leave these lying around.
@ahal ahal assigned ahal and unassigned ahal Oct 16, 2024
@ahal
Copy link
Collaborator Author

ahal commented Oct 16, 2024

I guess this is why we should be using multi-stage image builds ><

@ahal ahal self-assigned this Oct 16, 2024
@ahal ahal force-pushed the decision_tmp branch 3 times, most recently from 46dfa72 to 82f9abc Compare October 16, 2024 15:51
@ahal ahal marked this pull request as ready for review October 16, 2024 15:52
@ahal ahal requested a review from jcristau October 16, 2024 15:52
When using `pip` this is a no-op as `pip` already implicitly detects
that the system site dir is not writeable and falls back to the user
dir.

For the `uv` case, this was never working and should get unblocked by
this fix.
@ahal ahal merged commit d1b13cd into taskcluster:main Oct 16, 2024
21 checks passed
@ahal ahal deleted the decision_tmp branch October 16, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants