Yun Peng

Results 356 comments of Yun Peng

We plan to add some Mac Studio machines to the CI, stay tuned! ;)

Yeah, our recent CI nightly failed only due to this error: https://buildkite.com/bazel/bazel-auto-sheriff-face-with-cowboy-hat/builds/216 /cc @philwo Do you have any idea on this?

@fweikert Can you help adding this project to CI?

Let's do it! \o/

Our pipeline for publishing Bazel binaries had some issue during the process of adding Apple Silicon machines, now it's resolved.

I thought the builder on Windows VM has the admin right, like for creating symlinks, do you have any error message of the installation failure?

I can reproduce this issue locally, will look into it soon!

It looks like we are hitting something similar to https://github.com/bazelbuild/bazel/issues/7458 I haven't figured out exactly why, but enabling symlink support via `--windows_enable_symlink` seems to fix the problem.

OK, the reason of this failure is because the Java worker will hold the file handle of `C:\src\tmp\cbtx3svz\external\remote_java_tools_windows\java_tools\JavaBuilder_deploy.jar`. When we change an incompatible flag that will cause Bazel to refetch...