Commit a188ea3
authored
Bump bun to 1.3.13 for macOS 26 AMFI compatibility (#74)
Bun 1.3.12's `--compile` output is completely unsigned, which macOS 26
rejects via AMFI ("Attempt to execute completely unsigned code (must be
at least ad-hoc signed)"), killing the resulting `glean-mdm` binaries
with SIGKILL on launch. Bun 1.3.13 ad-hoc signs compiled binaries
(`flags=adhoc,linker-signed`), which satisfies AMFI and lets the
binaries run locally on Apple Silicon again.1 parent 9024a1b commit a188ea3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments