-
Notifications
You must be signed in to change notification settings - Fork 325
Followup: Use toolchains_aspects to propagate aspects to toolchains #7376
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
@@ -15,8 +17,11 @@ java_binary( | |||
], | |||
) | |||
|
|||
bazel_integration_tests( | |||
bazel_integration_test( |
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.
did this disable the tests against older versions of bazel? I do not see it in the test result https://buildkite.com/bazel/intellij-plugin-aspect/builds/24766#01954c26-b10e-4a63-8d88-38d1b7f04258
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.
Yes it does. Because the integration tests do not support templating and therefore it is not possible to target multiple bazel versions with these changes.
Looks good and probably we'll remove the test since we have new integration tests that do the job during bazel 9 migration, because the test is still using workspace and probably does not make any sense to update it to bzlmod. |
Since the aspect templating does not work for aspect integration tests we cannot target multiple bazel versions.
88e27ab
to
648bbec
Compare
Follow up for: #7300