rules_d icon indicating copy to clipboard operation
rules_d copied to clipboard

Bzlmod support

Open chrislovecnm opened this issue 1 year ago • 1 comments

@dcarp I am noticing that rules_d does not have bzlmod support. Are you working on it, or would a PR interest you? The support seems pretty straightforward to implement.

We would need an extension like the following:

https://github.com/bazelbuild/rules_python/blob/main/python/extensions/private/internal_deps.bzl

chrislovecnm avatar Jul 11 '23 15:07 chrislovecnm

@dcarp I have an alternative implementation of rules_d with bzlmod but I no longer have the use case for it. Feel free to reference from that if needed.

GZGavinZhao avatar Dec 04 '23 02:12 GZGavinZhao