Skip to content

Added regression testing for bzl_library trees#661

Open
UebelAndre wants to merge 1 commit intobazelbuild:mainfrom
UebelAndre:stardoc
Open

Added regression testing for bzl_library trees#661
UebelAndre wants to merge 1 commit intobazelbuild:mainfrom
UebelAndre:stardoc

Conversation

@UebelAndre
Copy link
Copy Markdown
Contributor

Recent changes to rules_cc have lead to breakages of the bzl_library targets where they no longer include the full dependency graph. This change fixes the missing dependencies and adds stardoc targets to serve a regression test going forward.

closes #279

@UebelAndre
Copy link
Copy Markdown
Contributor Author

This is a revival of #482

"defs.bzl",
"action_names.bzl",
"system_library.bzl",
"cc_binary.bzl",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

do these need to be exported even though they are referenced via :core_rules?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

They need to be so the stardoc targets can reference the individual files.

@UebelAndre UebelAndre requested a review from trybka March 25, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stardoc fails on rules consuming rules_cc v0.0.17

2 participants