The command: `./pants tailor --check update-build-...
# general
s
The command:
./pants tailor --check update-build-files --check
is taking 30-40 min to run, any ideas?
Copy code
16:16:04.04 [INFO] Starting: Building black.pex from black_default_lockfile.txt
h
it should definitely not take that long..does
top
show that things are happening?
c
does it improve running one goal at a time?
s
well... I've separated...
took 42 seconds
instead of 42 min
why?
h
it shouldn't matter - goals run sequentially with Pants currently. I suspect that's a red herring and for some reason building the Black PEX was hung
w
-ldebug
will have a lot more info
1