bazel-compilation-database icon indicating copy to clipboard operation
bazel-compilation-database copied to clipboard

Disable module maps feature since it is not supported by the toolchain

Open Hallot opened this issue 3 years ago • 0 comments

Fix for https://github.com/grailbio/bazel-compilation-database/issues/101

See https://github.com/bazelbuild/rules_cc/blob/2f8c04c04462ab83c545ab14c0da68c3b4c96191/examples/my_c_compile/my_c_compile.bzl for instance.

I haven't found what this feature actually does or whether it is an issue not to support it.
They do that in the CC example, so I would assume it is for other languages than C/C++?

Hallot avatar Aug 09 '22 08:08 Hallot