Derek Cormier
Derek Cormier
> I struggled to deal with the fact that binary `args` and `env` are dropped if the tool is run under an action. I might need some help to get...
Note that our [`yq`](https://github.com/aspect-build/bazel-lib/blob/main/docs/yq.md) toolchain has an `arm64` binary. Yq is supports json and is a superset of jq.
Jq arm64 linux support will be in the `2.0.0` release.
> Ah, so 2.0 of bazel-lib? What makes this a breaking change? Yup. We're planning to cut a bazel-lib 2.0 release in mid-late October. There were a couple of breaking...
Closing now that 2.0 is released: https://github.com/aspect-build/bazel-lib/releases/tag/v2.0.0
> add me back as a reviewer once the test is added? Yup, sorry I've been meaning to get back to this one.
I'm getting this error when I try to declare a `platform_transition_binary` with a target platform that doesn't match my linux x64 machine (for the tests): ``` ERROR: /home/derek/.cache/bazel/_bazel_derek/cb18fde45e94a264d41b0ba5b41ae079/external/io_bazel_rules_go/BUILD.bazel:86:17: While resolving...
> Yeah, I suspect setting `pure = "on"` will make this go away, but if you push a WIP I'm happy to play around with it locally! @illicitonion I tried...
We should make a new repository on the SIG account so we can start getting this in in smaller chunks. @alexeagle Do we need to have a vote with the...
nit: I might name the `proto` folder `schema` since protobuf is just an implementation detail.