Félix Saparelli

Results 581 comments of Félix Saparelli

It might be worth it to have our own dedicated and maintained action, but this is essentially what https://github.com/taiki-e/install-action does. We could recommend using that in the readme, for now?

The other side of the equation, but I feel like there's a couple of gh actions that would be very useful: 1. a tool and an action to lint a...

Tried it locally. It's not a bad tar, it's that the quickinstall package is bad and only includes the `sccache` binary, but not the `sccache-dist` one

sccache do have their own binaries, though, and they _are_ in a format we should probably auto-recognize, but we don't... I'll investigate more

Ohhh, [the repository key for sccache has a trailing slash](https://github.com/mozilla/sccache/blob/main/Cargo.toml#L7), and that's throwing us off! ~~We should really do some proper URL path joining instead of string concat.~~ Can't do...

Hmm, so it's both issues. Here, sccache only offers a musl build, but quickinstall has a gnu one. Even when we detect the URL correctly, quickinstall is preferred because it...

In any case @pierzchalski you can use cargo-binstall

btw you can do e.g. `2>&1 >combined.log` which will make a little more sense when reading