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.
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