fix: include 'host' deps in the 'srcs'#89
Conversation
With this fix I think we should be able to build stardoc
|
@tetromino do you have any recommendations for such scenarios (before we move |
|
IMHO the right solution would be to define a And if any other .bzl file in platforms is loading |
|
That's the ideal solution, but we didn't want to use |
|
Chatted to @tetromino offline; using a filegroup for now is the the only choice we have, really. @aignas could you create a separate |
|
I decided to not use this in rules_python yet, so this has dropped in my priority queue. If somebody is blocked by this, feel free to create a new PR and close this one. |
|
With skylib 1.6.0, When |
The newly added
hostpackage inplatformscannot be usedin libraries that need doc generation for them. This changes
the
srcstarget to include the sources generated by theextension and this makes everything work again as seen in
bazel-contrib/rules_python#1827.