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

Added missing CI for prost #3053

Merged
merged 3 commits into from
Dec 6, 2024
Merged

Conversation

UebelAndre
Copy link
Collaborator

This was a miss from #3007

@@ -269,7 +269,7 @@ def _rust_prost_aspect_impl(target, ctx):
crate = dep_variant_info.crate_info,
cfgs = cfgs,
env = dep_variant_info.crate_info.rustc_env,
deps = rust_analyzer_deps,
deps = depset([dep.id for dep in rust_analyzer_deps]).to_list(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Because CI wasn't added for prost, a regression from #3028 was added. This should fix it if I understand the change correctly.

@UebelAndre UebelAndre requested a review from krasimirgg December 6, 2024 03:06
@UebelAndre UebelAndre marked this pull request as ready for review December 6, 2024 03:06
@UebelAndre UebelAndre enabled auto-merge December 6, 2024 03:16
@UebelAndre UebelAndre mentioned this pull request Dec 6, 2024
@UebelAndre UebelAndre added this pull request to the merge queue Dec 6, 2024
Merged via the queue into bazelbuild:main with commit a33f901 Dec 6, 2024
4 checks passed
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