-
-
Notifications
You must be signed in to change notification settings - Fork 59
Add publish-to-bcr configuration #64
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
Conversation
@@ -0,0 +1,12 @@ | |||
# We recommend included a bcr test workspace that exercises your ruleset with bzlmod. | |||
# For an example, see https://github.com/aspect-build/bazel-lib/tree/main/e2e/bzlmod. | |||
#bcr_test_module: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't run tests in the registry until we have a hermetic toolchain as there will be no cuda install in bazelbuild CI
{ | ||
"email": "james.sharpe@zenotech.com", | ||
"github": "jsharpe", | ||
"name": "James Sharpe" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cloudhan @ryanleary note that this is the maintainer of the BCR entry not necessarily the repo; feel free to add yourself to this list if you want but I'm happy to be listed here.
Once this is merged we can try cutting a release and it should post a PR to the central registry to add rules_cuda as a module. |
Adds configuration for the publish-to-bcr app which auto publishes a PR to the bazel-central-registry whenever a release is made.