phlax

Results 542 comments of phlax

@RiverPhillips 15.0.2 seems to have some linux/x86 bins - not for ubuntu - but might work @lizan im wondering if we can use the clang/llvm from apt.llvm.org now - iirc...

releases of llvm seem pretty sporadic - every version has assets for a different set of arches/platforms i does seem like there is available bins for 15.0.5 tho - ill...

see here for an example of issues caused by this https://github.com/envoyproxy/envoy/issues/12535#issuecomment-919622078

yep - sure - but i shifted the build to bazel with the intention of automating anything possible - seems like i missed this - shouldnt be too difficult we...

> I'm not a fan of warming bazel / pip caches in docker build phase for several reasons: the problem is that while removing the compiler makes the image smaller...

the other option is to not warm the cache and then mount the caches in the image before running. this has the advantage of keeping the image small, but it...

> We do mount in CI and default ci/run_envoy_docker.sh (by default it is /tmp/envoy-docker-build:/build, if doc build doesn't utilize that, then fix the script. All bazel caches are already in...

> sudo was added with https://github.com/envoyproxy/envoy-build-tools/pull/52 without an explanation here on GitHub until recently the default setup for the container also ran `privileged` with access to the docker pipe and...

@michaelfinch i dont think this is something we have the capacity to maintain