Bazel updates: prep for BCR release automation#562
Merged
shameekganguly merged 2 commits intogz-sensors10from Dec 11, 2025
Merged
Bazel updates: prep for BCR release automation#562shameekganguly merged 2 commits intogz-sensors10from
shameekganguly merged 2 commits intogz-sensors10from
Conversation
Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>
Contributor
Author
|
Note: this PR cannot be forward-ported to main automatically since we still want the archive_overrides in MODULE.bazel on that branch. I will open a manual forward port PR once this is merged. |
Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>
iche033
approved these changes
Dec 10, 2025
shameekganguly
added a commit
that referenced
this pull request
Dec 11, 2025
Few fixes in MODULE.bazel as pre-work to add automation to push new releases to BCR: - Remove archive_override for gazebo package deps and use Jetty packages from BCR instead. As a result, bazel CI will use released versions of gz deps, which is consistent with cmake CI. - Add compatibility_level to match what is set in BCR - Add builidifier linting for consistent formatting of bazel files. - Added docstring for gz_sensor_library.bzl - Bumped rules_cc to 0.2.14 as indicated in resolved bazel build graph Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>
Contributor
Author
Forward port in #565 |
shameekganguly
added a commit
that referenced
this pull request
Dec 12, 2025
Few fixes in MODULE.bazel as pre-work to add automation to push new releases to BCR: - Add compatibility_level to match what is set in BCR - Add builidifier linting for consistent formatting of bazel files. - Added docstring for gz_sensor_library.bzl - Bumped rules_cc to 0.2.14 as indicated in resolved bazel build graph Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>
shameekganguly
added a commit
that referenced
this pull request
Dec 12, 2025
) Few fixes in MODULE.bazel as pre-work to add automation to push new releases to BCR: - Remove archive_override for gazebo package deps and use Jetty packages from BCR instead. As a result, bazel CI will use released versions of gz deps, which is consistent with cmake CI. - Add compatibility_level to match what is set in BCR - Add builidifier linting for consistent formatting of bazel files. - Added docstring for gz_sensor_library.bzl - Bumped rules_cc to 0.2.14 as indicated in resolved bazel build graph Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>
iche033
pushed a commit
that referenced
this pull request
Dec 13, 2025
) (#566) Few fixes in MODULE.bazel as pre-work to add automation to push new releases to BCR: - Remove archive_override for gazebo package deps and use Jetty packages from BCR instead. As a result, bazel CI will use released versions of gz deps, which is consistent with cmake CI. - Add compatibility_level to match what is set in BCR - Add builidifier linting for consistent formatting of bazel files. - Added docstring for gz_sensor_library.bzl - Bumped rules_cc to 0.2.14 as indicated in resolved bazel build graph Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🦟 Bug fix
Summary
Few fixes in MODULE.bazel as pre-work to add automation to push new releases to BCR:
archive_overridefor gazebo package deps and use Jetty packages from BCR instead. As a result, bazel CI will use released versions of gz deps, which is consistent with cmake CI.compatibility_levelto match what is set in BCRrules_ccto 0.2.14 as indicated in resolved bazel build graphChecklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-byandGenerated-bymessages.