shuttle-hq / synth

The Declarative Data Generator
https://www.getsynth.com/
Apache License 2.0
1.39k stars 109 forks source link

ci: MacOs release #243

Closed chesedo closed 3 years ago

chesedo commented 3 years ago

Fixes the macos release build by adding a sudo /usr/sbin/purge step. This step does not exist on Linux so a new run was added just for macos. An example of this working can be seen here.

This also adds a small --bin synth optimization since the release build does not need the playground binary - reduces the build crates from ~260 to ~240.

Closes #216