rules_pycross icon indicating copy to clipboard operation
rules_pycross copied to clipboard

Be more strict with compatibility rules in lock file

Open jvolkman opened this issue 1 year ago • 0 comments

Two issues:

  1. Today if a package is compatible with all configured platforms, no select is generated which provides no way to prevent some other incompatible platform from using it. Instead, these packages should be limited to all configured platforms.
  2. Generated selects should default to @platforms//:incompatible

jvolkman avatar Nov 20 '23 19:11 jvolkman