Yun Peng

Results 70 issues of Yun Peng

Stack on https://github.com/bazelbuild/continuous-integration/pull/2077 - Added `bcr_compatibility.py` for https://buildkite.com/bazel/bcr-bazel-compatibility-test - Added documentation for BCR scripts.

Stacked on https://github.com/bazelbuild/continuous-integration/pull/2076 - Removed `MODULE_NAME` and `MODULE_VERSION` support - Renamed `runner` to `anonymous_module_runner` to better match [documentation](https://github.com/bazelbuild/bazel-central-registry/blob/main/docs/README.md#anonymous-module-test) - Support overriding Bazel version in BCR task configs. - Support specifying...

Running `bazel mod deps` with Bazel 8.0.0rc1 or later results: ``` ERROR: Error loading '@@bazel_tools//tools/android:android_extensions.bzl' for module extensions, requested by https://bcr.bazel.build/modules/rules_jvm_external/6.0/MODULE.bazel:29:42: Label '@@bazel_tools//tools/android:android_extensions.bzl' is invalid because 'tools/android' is not a...

## The following modules are broken with [email protected] (Updated Dec 9): BCR Bazel Compatibility Test: https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/103 ### [email protected] Maintainers: @ted-xie, @ahumesky - [[email protected] - :darwin: macOS - Verify build targets...

### Description of the bug: #### C++ hello-world Using C++ binary as an example. To build a C++ hello-world binary offline ``` cc_binary( name = "bin", srcs = ["main.cc"], )...

type: bug
P2
team-ExternalDeps
team-Rules-Java
team-Rules-CPP

# 🐞 bug report ### Affected Rule https://github.com/bazel-contrib/rules_python/blob/b40d96aba36d675c60b03424aa22f31c09e0ea4f/MODULE.bazel#L63-L75 ### Is this a regression? Yes, after https://github.com/bazel-contrib/rules_python/commit/b9b0948234216cf43bb898eec078b1c71a37c1f9, moving from `pip_internal` to `pip`. ### Description The `rules_python_publish_deps` python hub uses the same...

type: pip

We recently updated macOS to 15.3.1 and Xcode 16.1 for all macOS VMs on Bazel CI. https://buildkite.com/bazel/rules-apple-darwin/builds/10138#01958280-cdc9-4e72-85bb-7399fcdcc056 ``` (01:03:28) ERROR: /Users/buildkite/builds/bk-macos-arm64-nn86/bazel/rules-apple-darwin/test/starlark_tests/targets_under_test/ios/BUILD:129:16: AssetCatalogCompile test/starlark_tests/targets_under_test/ios/app-intermediates/bundle_library_ios.bundle/xcassets failed: (Exit 1): xctoolrunner failed: error executing...

bug
P1

https://buildkite.com/bazel/bazel-bazel/builds/31537#0195b868-7cc9-4d56-8caa-ab4c678f55a2 https://buildkite.com/bazel/google-bazel-presubmit/builds/90413#0195b56a-a201-4a6f-9c88-5a937ad00c8a

Things we should upgrade on CI: - [ ] Machine type: [`c2-standard-30`](https://github.com/bazelbuild/continuous-integration/blob/6829be27aa55f9711387d0626f5601b8e47f96ff/buildkite/instances.yml#L17) -> [`c3d-standard-30`](https://cloud.google.com/compute/docs/general-purpose-machines#c3d_machine_types) - [ ] Linux VM base image: [`ubuntu-2004-lts`](https://github.com/bazelbuild/continuous-integration/blob/master/buildkite/create_images.py#L36C33-L36C48) -> [`ubuntu-2404-lts`](https://cloud.google.com/compute/docs/images/os-details#ubuntu_lts) - [x] Windows VM base image:...

`bazel test //...` passes under the `rust` directory