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

Build issue for Aspect Build on Mac #6917

Closed
andponlin-canva opened this issue Oct 20, 2024 · 1 comment
Closed

Build issue for Aspect Build on Mac #6917

andponlin-canva opened this issue Oct 20, 2024 · 1 comment
Assignees
Labels
awaiting-maintainer Awaiting review from Bazel team on issues product: IntelliJ IntelliJ plugin type: bug

Comments

@andponlin-canva
Copy link
Contributor

Description of the bug:

When performing an aspect test on a Mac...

bazel test //aspect/testing/... --define=ij_product=intellij-latest

...the following error comes up...

1) testCoptsPrefinedMakeVars(com.google.idea.blaze.aspect.cpp.coptsmakevars.CoptsMakeVarsTest)
expected to contain a match for: ^-DPREFINED_BINDIR=(blaze|bazel)-out/[-0-9a-z]+/bin$
but was                        : -DPREFINED_BINDIR=bazel-out/darwin_arm64-fastbuild/bin

The regex does not match the Mac's bazel-out directory pattern.

Which category does this issue belong to?

Intellij

What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

On a Mac run the command above and observe the error.

Which Intellij IDE are you using? Please provide the specific version.

No response

What programming languages and tools are you using? Please provide specific versions.

No response

What Bazel plugin version are you using?

7.3.2

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

@mai93
Copy link
Collaborator

mai93 commented Oct 22, 2024

fixed with #6918

@mai93 mai93 closed this as completed Oct 22, 2024
@github-project-automation github-project-automation bot moved this from Untriaged to Done in Bazel IntelliJ Plugin Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-maintainer Awaiting review from Bazel team on issues product: IntelliJ IntelliJ plugin type: bug
Projects
Development

No branches or pull requests

2 participants