Yun Peng
Yun Peng
As part of https://github.com/bazelbuild/bazel-central-registry/issues/7, there were many Bazel modules checked in the BCR with custom MODULE.bazel files and patches while the original project doesn't natively support Bzlmod. To drive the...
https://buildkite.com/bazel/build-file-generator/builds/93 ``` There was 1 failure: 1) ruleKindDetection(com.google.devtools.build.bfg.JavaSourceFileParserTest) java.lang.AssertionError: Not true that contains exactly . It is missing and has unexpected items ``` /cc @philwo @greggdonovan
The project is broken due to https://github.com/bazelbuild/codelabs/issues/26, the root cause was using an obsolete rules_nodejs rule. Some attempts to fix have all failed: https://github.com/bazelbuild/codelabs/pull/36 https://github.com/bazelbuild/codelabs/pull/37
rules_nodejs pre 1.6.0 had invalid escape sequences in its Starlark code, which was silently ignored but now throws an error (due to bazelbuild/bazel@73402fa).
With future Bazel LTS versions, Bzlmod will become the default system for external dependencies management. Please consider migrating all your external dependencies in WORKSPACE to MODULE.bazel For more information, please...
Breaking change: https://github.com/bazelbuild/bazel/commit/3a0a4f3b6931fbb6303fc98eec63d4434d8aece4#diff-d5fecbfa677024171f4ad5ea60ffb5886360d2069f86cd04300e791f5d6617c8 rules_appengine should stop using `JDK8_JVM_OPTS` due to the above breaking change.
# 🐞 bug report ### Affected Rule rules_python ### Is this a regression? Probably not. ### Description I'm trying to do `import win32api` on Windows, but got ``` ModuleNotFoundError: No...
Fixes https://github.com/bazelbuild/bazel/issues/22554
### Description of the feature request: Vendor mode is being implemented at https://github.com/bazelbuild/bazel/issues/19563, while the new lockfile format landed in https://github.com/bazelbuild/bazel/pull/22154 We need to make sure vendor mode can actually...
Otherwise we may get this error when `ANDROID_NDK_PATH=C:\android_ndk\r25b` ``` ERROR: An error occurred during the fetch of repository 'rules_android_ndk~~android_ndk_repository_extension~androidndk': Traceback (most recent call last): File "C:/tmp/tq5vzwuk/external/rules_android_ndk~/rules.bzl", line 49, column 21,...