cc_args(requires_not_none = ...) works for command-line args gated on types.option(types.void) variables, but fails when the cc_args also sets env.
This blocks toolchains from passing a presence-only signal to wrapper tools through the environment.
Any reason for gating on string/file/directory only ?
cc_args(requires_not_none = ...)works for command-line args gated ontypes.option(types.void)variables, but fails when the cc_args also sets env.This blocks toolchains from passing a presence-only signal to wrapper tools through the environment.
Any reason for gating on string/file/directory only ?