cold-vr-15232
12/01/2022, 9:29 PMhundreds-father-404
12/01/2022, 9:48 PMbut if I run "./pants package ::"It should be the case that each packaged thing is entirely independent. That is,
package ::
should be equivalent to first running ./pants --filter-target-type=pex_binary,python_distribution list ::
, then in a for loop running ./pants package $tgt
That should help you to isolate which targets are problematic. But also I think logs should say that?cold-vr-15232
12/01/2022, 10:14 PMhappy-kitchen-89482
12/02/2022, 2:11 AMpython_distribution
target. So for example if there is a main()
then typically the python_distribution
only needs to depend on that, and it depends (via dep inference) on everything it needs../pants package ::
would ever be looking at it in the first place…-ldebug
?cold-vr-15232
12/02/2022, 7:49 AM