Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update foxglove schemas protobuf #3248

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wep21
Copy link
Contributor

@wep21 wep21 commented Nov 25, 2024

  • as tilte

@wep21
Copy link
Contributor Author

wep21 commented Nov 25, 2024

@bazel-io skip_check unstable_url

@bazel-io bazel-io added the skip-url-stability-check Skip the URL stability check for the PR label Nov 25, 2024
@wep21
Copy link
Contributor Author

wep21 commented Nov 25, 2024

@fmeum @meteorcloudy I appreciate it if you could add presubmit auto run tag.

@wep21
Copy link
Contributor Author

wep21 commented Nov 25, 2024

As of rules_cc 0.1.0, cc_proto_library is removed. Is it correct to use cc_proto_library from protobuf instead of rules_cc?

@Wyverald Wyverald added the presubmit-auto-run Presubmit jobs will be triggered for new changes automatically without reviewer's approval label Nov 25, 2024
@Wyverald
Copy link
Member

As of rules_cc 0.1.0, cc_proto_library is removed. Is it correct to use cc_proto_library from protobuf instead of rules_cc?

yes, protobuf will be the canonical home of cc_proto_library.

Signed-off-by: wep21 <[email protected]>
@wep21
Copy link
Contributor Author

wep21 commented Nov 25, 2024

ready to merge

module(
name = "foxglove_schemas_protobuf",
version = "0.2.1.bcr.1",
compatibility_level = 1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
compatibility_level = 1,
bazel_compatibility = [">=7.2.1"],
compatibility_level = 1,

for overlay usage.

@Wyverald Wyverald enabled auto-merge (squash) November 25, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
presubmit-auto-run Presubmit jobs will be triggered for new changes automatically without reviewer's approval skip-url-stability-check Skip the URL stability check for the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants