You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m seeing what looks like a regression in Bun 1.3.12 on macOS when using
bun build --compile.Environment
arm64)What I’m doing
Observed behavior
1371.3.12to1.3.11Expected behavior
Important detail
1.3.12=> compiled binary gets killed on launch1.3.11=> compiled binary starts normallySystem log clue
I found this in macOS system logs when launching the binary built by Bun 1.3.12:
Other notes
file ./dist/logiareports a normalMach-O 64-bit executable arm64otool -L ./dist/logiaonly shows normal system libsspctl --assess --type execute -vv ./dist/logiareports:This binary is later used as a packaged sidecar, so this breaks release builds even though development mode still works.
Minimal reproduction pattern
On macOS arm64, install Bun 1.3.12
Compile a Bun server with:
Run:
Process is killed immediately
Downgrade to Bun 1.3.11 and rebuild
The same binary behavior becomes normal
Question
bun build --compileon macOS?If needed, I can provide a smaller repro project.
Beta Was this translation helpful? Give feedback.
All reactions