-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binaries output by deno compile
don't pass strict MachO validation on macOS
#17753
Comments
aapoalas
added
needs investigation
requires further investigation before determining if it is an issue or not
compile
related to the `deno compile` feature
labels
Feb 16, 2023
This may be related to #575 |
From Apple docs:
|
This was referenced Apr 30, 2023
jdoleary
added a commit
to jdoleary/Eden
that referenced
this issue
Sep 18, 2023
to be distributed so that mac users can run eden without gatekeeper blocking it. (Signing does not yet work for Deno executables) denoland/deno#11154 denoland/deno#17753 denoland/deno#986
littledivy
added
bug
Something isn't working correctly
and removed
needs investigation
requires further investigation before determining if it is an issue or not
labels
Jun 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apple even warns in the manpage that
--strict
is a moving target; however, other major language binaries don't exhibit this issue:Google searching, but no actual exploration of the header, suggests that having the wrong segment last is one of the common issues. I'm not sure I have the deep knowledge to dig further into this, but I'll look into as my time permits.
The text was updated successfully, but these errors were encountered: