One more (hopefully) question about this plugin. I...
# plugins
b
One more (hopefully) question about this plugin. I'm able to get my
cmake
command running and the output says that it stored the output in
/tmp/process-executionXXXXXX
, and if I tell pants not to clean up then I can see that the expected files are in that directory. What I was hoping to do was be able to tell the new process object to store the files in a directory of my choosing using
output_directories
, however the directory is empty after execution. Eventually, I want to feed the output directory as an input to another Process that calls
make
, and then the output of that into a
setup.py
call. Just need a little help in understanding how I can get the Process to write to a directory of my choosing that I can use later on down the line