and copybara-github Fix Unicode encoding issues in Bazel's use of Starlark Mar 5, 2025 fcd3d19·Mar 5, 2025 History 42,335 Commits .bazelci Remove workaround for kythe build Jan 16, 2025 .github Bump the github-actions group with 6 updates ...
A bazel BUILD file formatter and editor. Contribute to bazelbuild/buildtools development by creating an account on GitHub.
.github Update header style in release notes template (#2481) Jun 27, 2024 apple Addadditional_linker_inputssupport for apple_test_assembler.bzl (#… Mar 2, 2025 doc Remove comments relating to Tulsi (#2648) Feb 11, 2025 examples
master BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit History 4,835 Commits .bazelci .github aspect aswb base build_defs clwb codeinsight common cpp dart docs examples gazelle golang ijwb intellij_platform_sdk ...
A user-friendly launcher for Bazel. Contribute to bazelbuild/bazelisk development by creating an account on GitHub.
Starlark Language. Contribute to bazelbuild/starlark development by creating an account on GitHub.
.github feat: indicate that the examples may be community-funded. (#353) Nov 4, 2023 android Update Android example readme (#530) Dec 5, 2024 bzlmod Fix examples with Bazel@HEAD (#500) Sep 12, 2024 configurations chore(deps): update dependency bazel_skylib to v1.7.1 (#472) ...
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( # Get copy paste instructions for the http_archive attributes from the # release notes at https://github.com/bazelbuild/rules_docker/releases ) # OPTIONAL: Call this to override the default docker toolchain...
The core infrastructure of the Bazel Central Registry depends on GitHub and Google Cloud. Bazel users who enable Bzlmod depend on the BCR by default. While we try to keep the BCR infrastructure simple and reliable, we assume no liability for any damages caused by build failures due to potenti...
$ git clone git@github.com:bazelbuild/bazel-watcher $ cd bazel-watcher $ bazel build //cmd/ibazel Now copy the generated binary onto your path: $exportPATH=$PATH:$PWD/bazel-bin/cmd/ibazel/ibazel_ Running a target By default, a target started withibazel runwill be terminated and restar...