phlax

Results 512 comments of phlax
trafficstars

iirc the `./ci/do_ci.sh release.test_only` in prechecks

https://github.com/envoyproxy/envoy/actions/runs/11391229612/job/31694585390#step:12:583

> Fun. Coverage tests are failing because the disk is full hmm - i added the diskspace-hack (ie delete some of the default installed cruft before running) so i would...

so diskspace hack is running and frees up a fair amount of space but evidently not enough ```console Disk space before cruft removal Filesystem Size Used Avail Use% Mounted on...

@ktalg if you were able to raise a PR to clarify the docs i would be happy to review

@Shashank-Ge if you do a local build - this _might_ be resolved already - but there is a pending refresh of the website also ... so i think should get...

the problem with above workaround is that it stops working on bazel 8+ (iiuc) and my reading of https://github.com/bazelbuild/rules_rust/issues/3242#issuecomment-2640934858 is that it also no longer works with recent rules_rust versions...

we only support building using the ubuntu build image. The resultant binary should be usable on any distribution with a sufficiently recent glibc. We dont need or want to support...

as said above we support any linux platform with a sufficiently recent glibc, but we only support building with the official build container as this has all of the necessary...

as explained previously there is not existing documentation for what you are trying to do (at least iiuc). There is go-control-plane which serves as a reference implementation for at least...