Skip to content
  • davide's avatar
    03f5adcd
    Bump Shake and copy instead of hard link from cloud cache · 03f5adcd
    davide authored and Marge Bot's avatar Marge Bot committed
    This is important as in hard link mode shake  makes all such files
    read only to avoid accidentally modifying cache files via the
    hard link. It turns out, many Hadrian rules attempt read access
    to such files and hence fail in the hard link mode. These
    rules could be refactored to avoid write access, but using
    copy instead of hard link a much simpler solution.
    03f5adcd
    Bump Shake and copy instead of hard link from cloud cache
    davide authored and Marge Bot's avatar Marge Bot committed
    This is important as in hard link mode shake  makes all such files
    read only to avoid accidentally modifying cache files via the
    hard link. It turns out, many Hadrian rules attempt read access
    to such files and hence fail in the hard link mode. These
    rules could be refactored to avoid write access, but using
    copy instead of hard link a much simpler solution.
Loading