Nathan Hammond
Nathan Hammond
@rafaeltab did you get the docker/libc fix in place for Alpine? (Search issues.)
So, @kathodler, I suspect that this is a nixos/libc thing. I know nothing about nix, but I'm hoping that you do since you're running it. 😅 Is there a fix...
@rafaeltab RUN apk add --no-cache libc6-compat
@dlip's comment confirms for me that the issue here is Nix. We don't officially support Nix, but are _open_ to supporting it. If somebody wishes to open a PR to...
Thank you for filing the issue! It's possible that we should instead fix the ordering to prevent this problem. We'll take a look!
Can we make this use `turbo-ignore` from in-repo instead? It'll require a bit more (and it isn't a fully-static check) but we should be using our own tools for this.
@NicholasLYang The distinction is real, but it's more-important to dogfood our own code than to precisely optimize based upon path. (Further, hard-coding of paths creates a refactoring hazard that doesn't...
Currently testing by creating new Vercel projects for all three, please hold.
@mehulkar It is indeed better to inline this, but fighting with Sentry was a stumbling block.
Excellent first-pass at Go! It's hard to balance how we should configure this with the reality of trying to migrate our cache syncing layer to the daemon. Below you'll see...