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
In this example, the rule is executed the second time (we can see it with the echo). If we remove the run ln ... action, it is correctly cached (second
echo is not visible).
I would expect this rule to be able to go to the shared cache; maybe with some
restrictions about the symlink targets.
This seems to prevent some pkg rules to cache correctly, for example ocp-indent.1.8.1 has some symlinks and it gets redownloaded after dune clean.
The text was updated successfully, but these errors were encountered:
When a directory target contains a symlink, it prevents it from going to the shared cache:
In this example, the rule is executed the second time (we can see it with the
echo
). If we remove therun ln ...
action, it is correctly cached (secondecho is not visible).
I would expect this rule to be able to go to the shared cache; maybe with some
restrictions about the symlink targets.
This seems to prevent some pkg rules to cache correctly, for example
ocp-indent.1.8.1
has some symlinks and it gets redownloaded afterdune clean
.The text was updated successfully, but these errors were encountered: