Okay next question: The bootstrapping for our buil...
# general
p
Okay next question: The bootstrapping for our build requires compiling libcamera + python binding library with. Currently we do this in a setup target that git clones, compiles with ninja then links some things. Is there a way to do this with pants?
e
Without writing custom rules you probably need to drop into scripts: https://www.pantsbuild.org/docs/run-shell-commands
👍 1