Skip to content

Commit a188ea3

Browse files
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

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
bun = "1.3.12"
2+
bun = "1.3.13"

0 commit comments

Comments
 (0)