Benjamin Staffin
Benjamin Staffin
Also somewhat related: https://github.com/bazelbuild/rules_python/issues/48 https://github.com/google/subpar/pull/55 https://github.com/bazelbuild/bazel/issues/1475
Thank you for the bug report, and sorry for the slow response here! I'm just getting back from vacation. This is something I've run into as well and would like...
oh shoot, I should have responded to this months ago. The issue you're seeing with rules_pex is that pex's own caching is disabled, because it's incompatible with bazel's concurrency. That...
I think the way to do it is probably comparable to what rules_python does: have a rule for each external dependency that builds a pex containing just that dep (and...
As for grpc, the best solution is likely to be grpc/grpc#8079 if they ever manage to implement it.
Thank you for the pull request! I've been on vacation and didn't notice this PR until just now. Is pex_repos something that should be set separately for each pex_binary/library/test rule,...
That's disappointing, but I guess not all that surprising. Amazon themselves have recommended using that schema as a reference, but I guess they don't keep it up to date. Some...
I wired up the systemd readiness protocol for keycloak a while back, but it hasn't been merged. Needs a reviewer. https://github.com/NixOS/nixpkgs/pull/250638
MIT is fine by me as well!
Perhaps this is just a README.md change if it already works :)