pixi icon indicating copy to clipboard operation
pixi copied to clipboard

Hashing broken symlink fails

Open wolfv opened this issue 1 year ago • 0 comments

Checks

  • [X] I have checked that this issue has not already been reported.

  • [X] I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

ln -s bla nonexist
# then have a pixi task that uses `nonexist`
test = {cmd = "echo 'hello'", inputs = ["nonexist"] }

Issue description

Fails with some IO error

Expected behavior

We should not try to resolve broken symlinks and either ignore them or hash where they are pointing to.

wolfv avatar Apr 19 '24 20:04 wolfv