Yun Peng
Yun Peng
Does the PURL fragment already provide license info? FYI @kotlaja this might be useful for the GDC Bzlmod migration.
@fweikert Please also take a look
@fmeum We have some test failures on RBE during import: https://buildkite.com/bazel/google-bazel-presubmit/builds/98041 Maybe try to rebase to HEAD and see if it reproduce on the PR?
Oh, postsubmit is red since https://buildkite.com/bazel/bazel-bazel/builds/34042
postsubmit is due to some RBE infra change, we are fixing it.
Google's internal policy says: "We will not grant the github-actions account CLA permission because it's a security risk." However, I don't think I can share credentials of `bazel-io` with non-googlers....
With the [BCR MCP server](https://github.com/bazelbuild/bazel-central-registry/blob/main/docs/mcp.md), this is very easy with coding agents.
Probably caused by https://github.com/bazelbuild/bazel/issues/23574 and needs a similar fix like https://github.com/bazelbuild/bazel/commit/b09335b86e03732d6da2fe40a7ac07af48480771
This is more important to address as we are moving out flags to rules_python: https://github.com/bazelbuild/bazel/pull/27792 Otherwise, it means rules_python has to be always fetched on Windows.
@rickeylev Do you have any idea how to remove the need of `--python_path` on Windows? I guess the biggest problem we need to figure out is how to make sure...