Yun Peng

Results 201 comments of Yun Peng

@konste @fmeum OK, I filed an issue to track this problem.

> Flip the flag with Bazel release 6.0.0 Is it really realistic to flip before the 6.0 cut? Running a incompatible flag test here: https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1267 I think it's going to...

OK, maybe there is some issue in the implementation? Check this one: https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1267#01835a0c-7d49-4ffd-94cd-c6e0a8ceb390 ``` (08:44:21) ERROR: Traceback (most recent call last): File "/virtual_builtins_bzl/common/cc/cc_test.bzl", line 141, column 44, in File "/virtual_builtins_bzl/common/cc/cc_test.bzl",...

All failures I see so far are due to `/virtual_builtins_bzl/common/cc/cc_test.bzl`, but this one seem to be easy to fix?

Bumping to P1 since it's blocking 6.0 release

Closed by https://github.com/bazelbuild/bazel/commit/59e51fe625f485dc664928ae0ad93035808779f3

You can also view the broken downstream project here: https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1264

@comius Is this something you can look into? This is also blocking the 6.0 release.

Bazel 6.0 cut is scheduled on Oct 10th, do you think we can fix this in time?

I'm looking into this one, it seems the problem isn't because setting HOME to an no-exist directory, but because it was set to a relative path (which is also weird...