stan-dev / stanc3

The Stan transpiler (from Stan to C++ and beyond).
BSD 3-Clause "New" or "Revised" License
140 stars 44 forks source link

[WIP] [CI] Build binaries in parallel #1244

Closed serban-nicusor-toptal closed 2 years ago

serban-nicusor-toptal commented 2 years ago

Submission Checklist

Release notes

Build binaries in parallel on Jenkins.

Copyright and Licensing

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)

WardBrian commented 2 years ago

Do we have some way of testing this before merging to master?

serban-nicusor-toptal commented 2 years ago

Yes, I ran a replay job here: https://jenkins.flatironinstitute.org/blue/organizations/jenkins/Stan%2FStanc3/detail/PR-1244/3/pipeline Forcing it to build the binaries

WardBrian commented 2 years ago

Ready to review/merge?

serban-nicusor-toptal commented 2 years ago

Hey @WardBrian I think it is. We ran the builds, tests, and tests at O=1. I hope we covered all scenarios. Thank you.