Son Luong Ngoc

Results 461 comments of Son Luong Ngoc

BuildBuddy currently only implements the server-side of Remote Execution API v2 https://github.com/bazelbuild/remote-apis/blob/main/build/bazel/remote/execution/v2/ The "scheduling" of actions, under the current API design, is still with the client side. Today, Bazel implements...

There seems to be 2 way to push this forward: 1. To create a new default executor image where we don't execute `docker-credential-gcr configure-docker` and update Docker's `config.json` file. 2....

Side-stepping the runner's image pull authentication problem by using a public Docker Hub image (`ubuntu`) for now.

Will submit the `podman` executor config as an example config in the helm chart. The terraform is pretty trivial to set up once the helm chart is ready.

If I understand this issue correctly, then it's about implementing a Minimal Version Selection for Go SDK based on the matching experiments. BzlMod and Go Modules have implemented similar techniques...

Any plan on cherry-picking that commit to 7.2? It would let folks try out the new feature sooner and provide feedback earlier (rather than 1 year from now).

@rrbutani I think you have mentioned `musl` several times in different issues. Do you have a solution available for targeting `musl` with the current toolchain in this repo?

@ndmitchell Perhaps you would want to adjust the doc in https://github.com/facebook/buck2/blob/f014edfff62a78dc2868c580edb8950f456a65ec/docs/bootstrapping.md a bit. Especially: > Note that the resulting binary will be compiled without optimisations or [jemalloc](https://github.com/jemalloc/jemalloc), so we recommend...

From https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/gcc.rb it seems like the toolchain for MacOS could be obtained via https://ftp.gnu.org/gnu/gcc/ and mirror at https://ftpmirror.gnu.org/gcc/

Got the same with @galligan above. Dumping the HTML response from OpenAI and got something like this ![image](https://user-images.githubusercontent.com/26684313/206957220-9a5421f1-9a7c-4f11-b012-b7bc2d7706f1.png) which seems to be a ddos protection system.