Our comment bot that reports entrypoint size and gas cost differences on open PRs is still invoking nix commands (see .github/workflows/comment.yml) and is thus silently failing, since we switched to docker+earthly. I think we should address this before finishing #213, so that we can evaluate how much do entrypoint sizes and gas costs increase due to generalization.
Our comment bot that reports entrypoint size and gas cost differences on open PRs is still invoking nix commands (see
.github/workflows/comment.yml
) and is thus silently failing, since we switched to docker+earthly. I think we should address this before finishing #213, so that we can evaluate how much do entrypoint sizes and gas costs increase due to generalization.