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

reset-artifact-permissions touches other files #1972

Open
visr opened this issue Dec 12, 2024 · 0 comments
Open

reset-artifact-permissions touches other files #1972

visr opened this issue Dec 12, 2024 · 0 comments
Labels
CI/CD Continuous Integration/Continuous deployment

Comments

@visr
Copy link
Member

visr commented Dec 12, 2024

This is from a TeamCity log:

  Pixi task (reset-artifact-permissions in dev): icacls $homedrive/$homepath/.julia/artifacts /q /c /t /reset
11:20:29   C:/\Users\Administrator\AppData\Local\Application Data\*: Access is denied.
11:20:29   C:/\Users\Administrator\AppData\Local\History\*: Access is denied.
...

I also saw this locally. This task should only touch files under $homedrive/$homepath/.julia/artifacts. I don't know why it seems to touch files under AppData. This also doesn't support my case where I set a custom JULIA_DEPOT_PATH.

To avoid unwanted permission changes I disabled this task for now on main in 5c08e2f.

@visr visr added the CI/CD Continuous Integration/Continuous deployment label Dec 12, 2024
@github-project-automation github-project-automation bot moved this to To do in Ribasim Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Continuous Integration/Continuous deployment
Projects
Status: To do
Development

No branches or pull requests

1 participant