bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://ij.bazel.build/
Apache License 2.0
757 stars 298 forks source link

CLion does not find the right compiler when using a custom toolchain #6418

Closed LeFrosch closed 1 month ago

LeFrosch commented 2 months ago

Description of the bug:

When the toolchain is configured using action_configs instead of tool_paths the path returned by CcToolchainInfo.compiler_executable seems to be wrong.

Which category does this issue belong to?

No response

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

No response

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?

No response

Have you found anything relevant by searching the web?

No response

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

No response