@@ -17,21 +17,10 @@ Use this script at your own risk.
17
17
built from the ` master ` branch. This script allows you to choose any branch,
18
18
tag, or git ref you want.
19
19
20
- ## Status
21
-
22
- As of writing (2021-04-25) it works for me on my machine. Your luck may vary.
23
-
24
- I have successfully built:
25
-
26
- - ` emacs-27.1 ` release git tag
27
- - ` master ` branch (Emacs 28.x)
28
- - ` feature/native-comp ` branch (Emacs 28.x)
29
-
30
- For reference, my machine is:
20
+ ## Binary Builds
31
21
32
- - 13-inch MacBook Pro (2020), 10th-gen 2.3 GHz Quad-Core Intel Core i7 (4c/8t)
33
- - macOS Big Sur 11.2.3 (20D91)
34
- - Xcode 12.4 (12D4e)
22
+ Nightly and stable binary builds produced with this build script are available
23
+ from [ jimeh/emacs-builds] ( https://github.com/jimeh/emacs-builds ) .
35
24
36
25
## Limitations
37
26
@@ -41,14 +30,9 @@ The build produced does have some limitations:
41
30
application will be that of the machine it was built on.
42
31
- The minimum required macOS version of the built application will be the same
43
32
as that of the machine it was built on.
44
- - The application is not signed, so running it on machines other than the one
45
- that built the application will yield warnings. If you want to make a signed
46
- Emacs.app, google is you friend for finding signing instructions.
47
-
48
- ## Binary Builds
49
-
50
- Nightly and stable binary builds produced with this build script are available
51
- from [ jimeh/emacs-builds] ( https://github.com/jimeh/emacs-builds ) .
33
+ - The application is not signed automatically, but the CLI tool used to sign the
34
+ nightly builds is available. Run ` go run ./cmd/emacs-builder package --help `
35
+ for details. More detailed instructions will come soon.
52
36
53
37
## Requirements
54
38
@@ -66,6 +50,26 @@ from [jimeh/emacs-builds](https://github.com/jimeh/emacs-builds).
66
50
brew install ruby
67
51
```
68
52
53
+ ## Status
54
+
55
+ As of writing (2021-11-27) it works for me on my machine and for the nightly
56
+ builds in [ jimeh/emacs-builds] ( https://github.com/jimeh/emacs-builds ) . Your luck
57
+ may vary.
58
+
59
+ I have successfully built:
60
+
61
+ - ` emacs-28 ` release branch
62
+ - ` master ` branch (Emacs 29.x)
63
+
64
+ For reference, my machine is:
65
+
66
+ - 13-inch MacBook Pro (2020), 10th-gen 2.3 GHz Quad-Core Intel Core i7 (4c/8t)
67
+ - macOS Monterey 12.0.1 (21A559)
68
+ - Xcode 13.1 (13A1030d)
69
+
70
+ Nightly builds are built with GitHub Actions on GitHub-hosted runners, using
71
+ ` macos-10.15 ` .
72
+
69
73
## Usage
70
74
71
75
```
0 commit comments