This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
Make build/deploy scripts parallelized #529
Labels
good first issue
This issue is a good place to started contributing to this repository.
help wanted
We'd love to have community involvement on this issue.
ignore-for-release
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, our shell files (namely
setup.sh
andinstallation-testing/terraform/cleanup.sh
) are not parallelized.We could speed these up quite a bit by parallelizing them.
This is not easy to do in
bash
, so we should investigate a dedicated build system (e.g.make
,task
, etc.).The text was updated successfully, but these errors were encountered: