cachix-action icon indicating copy to clipboard operation
cachix-action copied to clipboard

cachix fails to upload musl artifacts in github actions on macos

Open cpcloud opened this issue 4 years ago • 1 comments

Here's a CI run demonstrating the issue.

It looks like cachix can't read symlinks produced by the (successful) build. This only happens on macos and only when building musl artifacts.

https://github.com/cpcloud/protoletariat/runs/4576549612?check_suite_focus=true

cpcloud avatar Dec 19 '21 23:12 cpcloud

Another interesting bit of information is that it seems to be even more narrow: only the ld artifact from the build is failing to upload. Other musl artifacts upload just fine. E.g., https://github.com/cpcloud/protoletariat/runs/4576549477?check_suite_focus=true

cpcloud avatar Dec 19 '21 23:12 cpcloud

This is going to be fixed in Cachix 1.7, due to release tomorrow.

domenkozar avatar Jan 10 '24 14:01 domenkozar