When using the PDK, each call to it must spin up the PDK. This can be costly as currently every modified .pp file calls the PDK twice, in serial. While the two calls are unavoidable (one for validation, one for linting), we should be able to group all the files into each call to save time.
When using the PDK, each call to it must spin up the PDK. This can be costly as currently every modified .pp file calls the PDK twice, in serial. While the two calls are unavoidable (one for validation, one for linting), we should be able to group all the files into each call to save time.