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

Followup: Use toolchains_aspects to propagate aspects to toolchains #7376

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

LeFrosch
Copy link
Collaborator

Follow up for: #7300

mai93 and others added 3 commits February 28, 2025 10:49
Since the aspect templating does not work for aspect integration tests
we cannot target multiple bazel versions.
@LeFrosch LeFrosch marked this pull request as ready for review February 28, 2025 12:51
@github-actions github-actions bot added product: CLion CLion plugin product: IntelliJ IntelliJ plugin product: GoLand GoLand plugin awaiting-review Awaiting review from Bazel team on PRs labels Feb 28, 2025
@@ -15,8 +17,11 @@ java_binary(
],
)

bazel_integration_tests(
bazel_integration_test(
Copy link
Collaborator

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

Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review Awaiting review from Bazel team on PRs product: CLion CLion plugin product: GoLand GoLand plugin product: IntelliJ IntelliJ plugin
Projects
Status: Untriaged
Development

Successfully merging this pull request may close these issues.

5 participants