You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to optimize the CI pipeline duration, we should consider running arch-specific builds in parallel – currently, those are built synchronously via the docker-image/pyroscope/ Makefile build targets.
This would complicate the CI workflow (example) and is unlikely to speed up the builds, as the duration is primarily determined by the tests. Moreover, for releases, we use goreleaser, which cannot run in parallel in GitHub Actions.
That said, I am creating this issue for posterity.
The text was updated successfully, but these errors were encountered:
In order to optimize the CI pipeline duration, we should consider running arch-specific builds in parallel – currently, those are built synchronously via the
docker-image/pyroscope/
Makefile build targets.This would complicate the CI workflow (example) and is unlikely to speed up the builds, as the duration is primarily determined by the tests. Moreover, for releases, we use goreleaser, which cannot run in parallel in GitHub Actions.
That said, I am creating this issue for posterity.
The text was updated successfully, but these errors were encountered: