Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Burst in Library/PackagaCache access denied after ci build

Discussion in 'Burst' started by jorrit-de-vries, Sep 10, 2019.

  1. jorrit-de-vries

    jorrit-de-vries

    Joined:
    Aug 7, 2009
    Posts:
    71
    On Jenkins, properly cleaning up the workspace fails due to
    java.nio.file.AccessDeniedException: <PathTOProject>\Library\PackageCache\com.unity.burst@1.1.2\.Runtime\hostlin

    To build the project I use the arguments -quit -batchmode and build on a Windows machine. I can only remove it using a rm -rf command.

    What could be the cause of this? There is a single file called lld in that directory, but looking at the package this directory is used for Linux, so I have no clue why the contents of the directory cannot be removed.