jimeh / emacs-builds

Self-contained Emacs.app builds for macOS, with native-compilation support.
https://github.com/jimeh/emacs-builds/releases
321 stars 7 forks source link

Recently nightly master builds are missing native-compilation #24

Closed jimeh closed 1 year ago

jimeh commented 1 year ago

Due to a recent change in Emacs' master branch, native compilation detection was broken in the build script we use. More details here: https://github.com/jimeh/build-emacs-for-macos/issues/76

This means that recent nightly master builds all lack native-compilation support. The affected releases are:

The build script has been fixed already, and updated in commit 54ff01d67397734f7136b9fdc10500567ce14655. Future nightly master builds should include native-compilation again.

I'll leave this issue open until a new nightly master build with native-compilation is available.

jimeh commented 1 year ago

This is now resolved, and native-compilation is included again since release Emacs.2022-10-08.81eb7c1.master.

Additionally the nightly builds are now configured to force enable native-compilation, so if the build script breaks again due to a future update to Emacs, the build will rather than produce one without native-compilation.