Yun Peng

Results 566 comments of Yun Peng

The pipeline config is at https://github.com/bazelbuild/continuous-integration/blob/master/pipelines/docker-update.yml > why not just do away with the GCP VM and use the [Docker GitHub Action](https://github.com/marketplace/actions/build-and-push-docker-images#usage)? Hmm, the problem is that we still need...

Sorry, I just don't see much value to create & maintain another pipeline for now. In fact, I don't quite understand why people need those docker image for Bazel at...

We are actually not using `gcr.io/bazel-public/bazel` on our CI, instead we are using docker images like `gcr.io/bazel-public/ubuntu2404` built from https://github.com/bazelbuild/continuous-integration/blob/b05134e3758ff0fd0bdd504de1cdd0c7333d76fc/buildkite/docker/ubuntu2404/Dockerfile#L71-L72 which only has Bazelisk installed. `gcr.io/bazel-public/bazel` was only built because...

@jjmaestro Sounds good! Maybe you can start a new proposal here https://github.com/bazel-contrib/SIG-rules-authors/discussions

What's your `.bazelversion`? If it's an explicit version like `8.1.0`, it should use the cached version locally. Anything other than that like `latest`, `8.x` will require internet access to check...

@fweikert is currently OOO, he'll be back in the next few days, sorry for the delay. I'm all for enhancing the security of bazelisk, but not sure adding this github...

Wow, turned out to be https://github.com/bazelbuild/bazel/commit/759fe7d7f3fdf142490e970457f72180f4d1b59a

OK, we also did a windows VM update around the same time, maybe that's the real cause.