bazel-contrib / rules_cuda

Starlark implementation of bazel rules for CUDA.
https://bazel-contrib.github.io/rules_cuda/
MIT License
92 stars 43 forks source link

rules_cuda ignores `external_includes` field in compilation context #266

Open layus opened 3 months ago

layus commented 3 months ago

external_includes was added in ~7.0.0 and rules_cuda ignore that field when merging CcInfos, which has the annoying effect that some deps are not made available to the compiler.

This is a placeholder to reference the issue in the code, and maybe propose a fix later.