hundreds-carpet-28072
08/01/2025, 2:42 PMpants
commands, ideally I’d like to run these via pants run
like the rest of my targets. This requires setting PANTS_CONCURRENT=True
to function, but a workaround is to build and run separately e.g.
pants package <pex_target>
python3 dist/pex_target.pex
Can I reach anything equivalent whilst still running via pants run
? The execution_mode options for pex_binary
don’t enable this, but maybe something else does.fast-nail-55400
08/01/2025, 2:54 PMfast-nail-55400
08/01/2025, 2:55 PMrun
release the concurrency lock.hundreds-carpet-28072
08/01/2025, 3:22 PM--loop
option allowing for explicitly telling the Pants runtime to detach itself mentioned in https://github.com/pantsbuild/pants/issues/20642.