stan-dev / stanc3

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

Skip m1 label when building on osx. #1284

Closed serban-nicusor-toptal closed 1 year ago

serban-nicusor-toptal commented 1 year ago

Submission Checklist

Release notes

Flatiron Jenkins has added a new Mac M1 machine, it has the same osx label as we were requesting before so the pipeline started using that also when available, which might have caused some extra warnings ( above the quality gate ) and some errors in a PR. This PR will ensure we are using the non-m1 osx machine, at least until we will properly test it and ensure everything is working fine. Many thanks to @WardBrian for figuring this out quickly.

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)