You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This is from a TeamCity log:
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.
The text was updated successfully, but these errors were encountered: