powerful-city-61287
04/19/2024, 7:49 PMBuilding 34 requirements for requirements.pex from the 3rdparty/python/default.lock resolve: .. takes much longer than it should in CI. I'm trying to figure out if there is a dependency that is compiling from scratch, and need more verbose output. I tried PEX_VERBOSE=100 pants --level=debug --no-pantsd ... but that didn't quite do it. How can I get more info about what is happening during that build stage?careful-address-89803
04/20/2024, 3:12 AM--keep-sandboxes=always option which will keep the execution environment for you to poke around in. Although if it only happens in an ephemeral CI runner it might not help.
Also does the https://www.pantsbuild.org/2.20/reference/subsystems/pex#verbosity Arg help? I'm on mobile and can't testcurved-manchester-66006
04/22/2024, 2:38 PM