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

Fix compatibilty with symbolic macros #759

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

dzbarsky
Copy link
Contributor

@dzbarsky dzbarsky commented Dec 24, 2024

Symbolic macros require labels to start with their own name, so if you have a symbolic macro wrapping one of the OCI legacy macros, it will fail. Adjust the names to satisfy this new requirement.

See https://bazel.build/extending/macros#naming, these naming conventions are violated by this legacy macro (and thus by a symbolic macro wrapping this legacy macro)

@dzbarsky
Copy link
Contributor Author

dzbarsky commented Jan 6, 2025

@alexeagle looks like tests need approval to trigger

@alexeagle alexeagle merged commit a911e9e into bazel-contrib:main Jan 11, 2025
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.

2 participants