clever-toothbrush-13797
02/10/2023, 3:53 PMArchiveSubsystem
that essentially holds search paths for unpacking tools like unzip
and tar
. That subsystem should probably go into core/util_rules/system_binaries.py
. Does anyone have any input on this issue? Does the general approach sound reasonable?
Eventually, I'm hoping to make pants
usable on unmodified NixOS systems where such tools can be put in PATH
but won't usually be available in the directories listed in the default search path that pants
uses for bootstrapping. For a preliminary pass on that I would also need to at least give bash
a similar treatment,. Probably there are other tools that I've forgotten now, as well. I think the relevant issue here would be https://github.com/pantsbuild/pants/issues/14492. Has anything changed about the approach since then?happy-kitchen-89482
02/10/2023, 4:59 PMhappy-kitchen-89482
02/10/2023, 4:59 PMhappy-kitchen-89482
02/10/2023, 4:59 PMancient-vegetable-10556
02/10/2023, 5:00 PMancient-vegetable-10556
02/10/2023, 5:01 PMancient-vegetable-10556
02/10/2023, 5:02 PMsystem_binaries.py
recently. I can’t remember why we did that, but I suspect what we’re really going to want is a way to specify paths for specific binaries rather than just archiving onesancient-vegetable-10556
02/10/2023, 5:05 PMhundreds-father-404
02/10/2023, 5:13 PM