Yun Peng

Results 256 comments of Yun Peng

@c-parsons Does Pedro's proposal work for your use case?

@c-parsons No worries, we pushed the release cut another 2 weeks back (2022-10-24), so we'll have some extra time for this. That said, this is still one of the few...

Bzlmod may have some bugs in Bazel 5.3.0, it's recommended to test with Bazel@HEAD, you can use Bazelisk: ``` export USE_BAZEL_VERSION=last_green bazelisk build //:hello_world ``` I got the following toolchain...

Nice, can you also fix the buildifier errors?

This failure wasn't caught before is possible due to some cache poisoning issue. After https://github.com/bazelbuild/continuous-integration/pull/1432, the test starts to fail.

@alexeagle Can you help look into this and help get our CI green?

Failing test on macOS 12.5.1: https://buildkite.com/bazel-testing/bazel-bazel/builds/8481#018330f9-71a1-4bc5-a8be-942f5c5ac3f9

@aranguyen Given this flag flipped has caused our downstream pipeline to be red for a long time, do you mind we first rollback the flag flip? You can still monitor...

@rickeylev Can you review this proposal when you have time ;)