DeterminateSystems / riff

Riff automatically provides external dependencies for Rust projects, with support for other languages coming soon.
https://riff.sh
Mozilla Public License 2.0
486 stars 13 forks source link

ci: build x86_64-darwin binaries #92

Closed cole-h closed 2 years ago

cole-h commented 2 years ago

These aren't guaranteed to work (since, unfortunately, macOS does not appear to support static binaries), but it's somewhat better than nothing.


I didn't change the name of the x86_64-linux job because its name is tied to branch protection. (If I could make it so all Build* actions were required, instead of an exactly-matching Build, things would be slightly easier.)

linear[bot] commented 2 years ago

DS-301 Use GitHub Actions to publish x86_64-darwin builds

Hoverbear commented 2 years ago

Should we update branch protection and do that rename now?

grahamc commented 2 years ago

Yes, let's do the rename now and fix the required checks at the same time.

grahamc commented 2 years ago

The "Build" job is no longer required.