summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
12 daysUpgrade bazel-central-registry to d3c96f7c1a5e39d38908074fd2bc9bfd6f76acc3main-kernel-build-2024main-kernelmainYifan Hong
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/bazelbuild-bazel-central-registry For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: If6ea0bf6ee73e08380947712b8ab1b6772fd47ef
13 daysfeat: add `rules_bzip2@1.0.0-beta.1` (#2041)Matt Clarkson
Hermetic ruleset (using `ape`) to compress/decompress Burrows-Wheeler files: ```py load("@rules_bzip2//bzip2/compress:defs.bzl", "bzip2_compress") load("@rules_bzip2//bzip2/decompress:defs.bzl", "bzip2_decompress") bzip2_compress( name = "compress", src = "//fixture:hello-world.txt", ) bzip2_decompress( name = "decompress", src = ":compress", ) ```
13 daysAdd rules_contest module (#2032)Shuhei Takahashi
`rules_contest` is a collection of Bazel rules for maintaining programming contest problems. `rules_contest` helps you automate tasks to prepare programming contest problems, such as: - Building and testing datasets - Building and testing reference solutions - Building problem statements - Building a progress tracker Repository: https://github.com/nya3jp/rules_contest
13 daysrules_java@7.6.0 (#2039)publish-to-bcr-bot[bot]
Release: https://github.com/bazelbuild/rules_java/releases/tag/7.6.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: bazel.build machine account <null>
13 daysbazel_features@1.11.0 (#2038)publish-to-bcr-bot[bot]
Release: https://github.com/bazel-contrib/bazel_features/releases/tag/v1.11.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Xùdōng Yáng <wyverald@gmail.com>
13 daysrules_fuzzing@0.5.2 (#2037)Matthieu MOREL
Release: https://github.com/bazelbuild/rules_fuzzing/releases/tag/v0.5.2 Used by: * https://github.com/google/jwt_verify_lib
13 daysaspect_rules_js@1.42.1 (#2036)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_js/releases/tag/v1.42.1 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Jason Bedard <jason@aspect.dev>
13 daysprotobuf@27.0-rc2 (#1982)publish-to-bcr-bot[bot]
Release: https://github.com/protocolbuffers/protobuf/releases/tag/v27.0-rc2 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ --------- Co-authored-by: Joshua Haberman <jhaberman@gmail.com> Co-authored-by: Sandy Zhang <sandyzhang@google.com> Co-authored-by: zhangskz <sandykzhang97@gmail.com>
14 daysAdd abseil-py 2.1.0 (#2023)Marcel
2024-05-14rules_python@0.32.2 (#2027)publish-to-bcr-bot[bot]
Release: https://github.com/bazelbuild/rules_python/releases/tag/0.32.2 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
2024-05-14rules_python_gazelle_plugin@0.32.2 (#2028)publish-to-bcr-bot[bot]
Release: https://github.com/bazelbuild/rules_python/releases/tag/0.32.2 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
2024-05-13hermetic_cc_toolchain@3.1.0 (#2026)publish-to-bcr-bot[bot]
Release: https://github.com/uber/hermetic_cc_toolchain/releases/tag/v3.1.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Zhongpeng Lin <null>
2024-05-13feat: add `rules_zstd@1.0.0-beta.1` (#2022)Matt Clarkson
Uses `@ape//:zstd` to get hermetic compress/decompress: ```py load("@rules_zstd//zstd/compress:defs.bzl", "zstd_compress") load("@rules_zstd//zstd/decompress:defs.bzl", "zstd_decompress") zstd_compress( name = "compress", src = "//fixture:hello-world.txt", ) zstd_decompress( name = "decompress", src = ":compress", ) ```
2024-05-13rules_python_gazelle_plugin@0.32.1 (#2021)publish-to-bcr-bot[bot]
Release: https://github.com/bazelbuild/rules_python/releases/tag/0.32.1 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
2024-05-13rules_python@0.32.1 (#2020)publish-to-bcr-bot[bot]
Release: https://github.com/bazelbuild/rules_python/releases/tag/0.32.1 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
2024-05-13rules_python@0.32.0 (#2018)publish-to-bcr-bot[bot]
Release: https://github.com/bazelbuild/rules_python/releases/tag/0.32.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
2024-05-12cpp-httplib@0.7.15 (#1988)Matthieu MOREL
Release: https://github.com/yhirose/cpp-httplib/releases/tag/v0.7.15 Used by: * https://github.com/SkyAPM/cpp2sky
2024-05-12libprotobuf-mutator@1.3 (#1985)Matthieu MOREL
Release: https://github.com/google/libprotobuf-mutator/releases/tag/v1.3 Used by: * https://github.com/google/jwt_verify_lib * https://github.com/envoyproxy/envoy
2024-05-11aspect_rules_lint@0.21.0 (#2014)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_lint/releases/tag/v0.21.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Alex Eagle <alex@aspect.dev>
2024-05-10aspect_rules_js@2.0.0-alpha.6 (#2012)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_js/releases/tag/v2.0.0-alpha.6 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Jason Bedard <jason@aspect.dev>
2024-05-11rules_rust@0.44.0 (#2011)publish-to-bcr-bot[bot]
Release: https://github.com/bazelbuild/rules_rust/releases/tag/0.44.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: null <11149636+scentini@users.noreply.github.com>
2024-05-10contrib_rules_jvm@0.26.0 (#2007)publish-to-bcr-bot[bot]
Release: https://github.com/bazel-contrib/rules_jvm/releases/tag/v0.26.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: publish-to-bcr-bot <112732530+publish-to-bcr-bot[bot]@users.noreply.github.com>
2024-05-10aspect_rules_js@2.0.0-alpha.5 (#2010)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_js/releases/tag/v2.0.0-alpha.5 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Jason Bedard <jason@aspect.dev>
2024-05-10aspect_rules_lint@0.20.0 (#2008)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_lint/releases/tag/v0.20.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Alex Eagle <alex@aspect.dev>
2024-05-10Update `tree-sitter-bazel` to `0.22.6`. (#2006)zadig
Update `tree-sitter-bazel` to `0.22.6`.
2024-05-09aspect_rules_jasmine@2.0.0-alpha.0 (#1999)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_jasmine/releases/tag/v2.0.0-alpha.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Alex Eagle <alex@aspect.dev>
2024-05-09aspect_rules_webpack@0.15.0-alpha.0 (#2003)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_webpack/releases/tag/v0.15.0-alpha.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Greg Magolan <greg@aspect.dev>
2024-05-09aspect_rules_jest@0.21.0-alpha.0 (#2002)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_jest/releases/tag/v0.21.0-alpha.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Greg Magolan <greg@aspect.dev>
2024-05-09aspect_rules_rollup@2.0.0-alpha.0 (#2000)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_rollup/releases/tag/v2.0.0-alpha.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Greg Magolan <greg@aspect.dev>
2024-05-09aspect_rules_esbuild@0.20.0-alpha.0 (#1998)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_esbuild/releases/tag/v0.20.0-alpha.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Alex Eagle <alex@aspect.dev>
2024-05-09aspect_rules_ts@3.0.0-alpha.0 (#2004)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_ts/releases/tag/v3.0.0-alpha.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Sahin Yort <sahin@aspect.dev>
2024-05-09aspect_rules_swc@2.0.0-alpha.0 (#2001)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_swc/releases/tag/v2.0.0-alpha.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Alex Eagle <alex@aspect.dev>
2024-05-09aspect_rules_js@2.0.0-alpha.4 (#1997)publish-to-bcr-bot[bot]
Release: https://github.com/aspect-build/rules_js/releases/tag/v2.0.0-alpha.4 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Jason Bedard <jason@aspect.dev>
2024-05-09rules_xcodeproj@2.3.1 (#1996)publish-to-bcr-bot[bot]
Release: https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/tag/2.3.1 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Brentley Jones <github@brentleyjones.com>
2024-05-09Bump validators from 0.20.0 to 0.28.1 in /tools (#1990)Matthieu MOREL
Bumps [validators](https://github.com/python-validators/validators) from 0.20.0 to 0.28.1. - [Release notes](https://github.com/python-validators/validators/releases) - [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md) - [Commits](https://github.com/python-validators/validators/compare/0.20.0...0.28.1) --- updated-dependencies: - dependency-name: validators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-09rules_xcodeproj@2.3.0 (#1993)publish-to-bcr-bot[bot]
2024-05-09Update .bazelversion to 7.1.2 (#1983)Vertexwahn
Update .bazelversion to 7.1.2
2024-05-08Add SourceKitten 0.35.0 (#1981)Danny Mösch
2024-05-08Add SwiftSyntax 510.0.2 (#1980)Danny Mösch
2024-05-08feat: add `rules_diff@1.0.0-beta.3` (#1978)Matt Clarkson
2024-05-08pthreadpool@0.0.0-20230829-4fe0e1e (#1973)Matthieu MOREL
Used by: * https://github.com/google/XNNPACK
2024-05-08aspect_bazel_lib@2.7.3 (#1979)publish-to-bcr-bot[bot]
2024-05-08highway@1.1.0 (#1961)Matthieu MOREL
Release: https://github.com/google/highway/releases/tag/1.1.0
2024-05-08rules_uv@0.6.1 (#1977)publish-to-bcr-bot[bot]
Release: https://github.com/theoremlp/rules_uv/releases/tag/v0.6.1 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Mark Elliot <123787712+mark-thm@users.noreply.github.com>
2024-05-07feat: add `rules_coreutils@1.0.0-beta.1` (#1976)Matt Clarkson
Brings Apple Silicon, remote execution and Windows testing.
2024-05-07feat: add `ape@1.0.0-beta.6` (#1946)Matt Clarkson
Upgrades to `toolchain_utils@1.0.0-beta.9` which brings access to the `FileToRunInfo` provider. This allows the APE binary targets to be used in `ctx.actions.run`: ``` def implementation(ctx): tool = ctx.toolchain["//some/ape/toolchain:type"] ctx.actions.run( executable = tool.run, ) ```
2024-05-07ruy@0.0.0-20200416-9f53ba4 (#1972)Matthieu MOREL
Used by : * https://github.com/google/XNNPACK
2024-05-07rules_uv@0.6.0 (#1975)publish-to-bcr-bot[bot]
Release: https://github.com/theoremlp/rules_uv/releases/tag/v0.6.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Mark Elliot <123787712+mark-thm@users.noreply.github.com>
2024-05-07rules_uv@0.5.0 (#1974)publish-to-bcr-bot[bot]
Release: https://github.com/theoremlp/rules_uv/releases/tag/v0.5.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Mark Elliot <123787712+mark-thm@users.noreply.github.com>
2024-05-07rules_ruby@0.10.0 (#1970)publish-to-bcr-bot[bot]
Release: https://github.com/bazel-contrib/rules_ruby/releases/tag/v0.10.0 _Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_ Co-authored-by: Alex Eagle <alex@aspect.dev>