Is Bazel supported for languages other than Java? #1422
Unanswered
rabashizade
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Could you share some sample repo? Depending on sponsorship, one of us could take a look. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wanted to ask if Bazel projects are supported for languages other than
Java
? I inspected the code and it looks like Bazel is only called forJava
, but I also rancdxgen
on some non-Java projects and got some results which I don't know whether they're reliable or not. For some context, we have a mostlygolang
andc++
application, using Bazel withbzlmod
enabled and would like to generate SBOM for it.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions