Skip to content
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

MacOS main executable failed strict validation when signing binary #1404

Open
charanjit-singh opened this issue May 30, 2024 · 5 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@charanjit-singh
Copy link

charanjit-singh commented May 30, 2024

Describe the bug

➜  git:(main) ✗ pnpm inngest-cli
./node_modules/.bin/inngest-cli: line 13: 49064 Killed: 9               "$basedir/../inngest-cli/bin/inngest" "$@"

To Reproduce
Steps to reproduce the behavior:

  1. Install inngest on macos
  2. Run inngest ... with these args

System info

"inngest-cli": "^0.29.0",
Macos 14.4.1 (23E224)

Additional context
Might be related to vercel/pkg#128

@charanjit-singh charanjit-singh added the bug Something isn't working label May 30, 2024
Copy link

linear bot commented May 30, 2024

@charanjit-singh
Copy link
Author

I tried

 upx -d ./node_modules/inngest-cli/bin/inngest 
                       Ultimate Packer for eXecutables
                          Copyright (C) 1996 - 2023
UPX 4.1.0       Markus Oberhumer, Laszlo Molnar & John Reiser    Aug 8th 2023

        File size         Ratio      Format      Name
   --------------------   ------   -----------   -----------
upx: ./node_modules/inngest-cli/bin/inngest: CantUnpackException: file corrupted

Unpacked 0 files.

https://stackoverflow.com/a/68586691/9275249

Didn't work

@charanjit-singh
Copy link
Author

Tried
https://apple.stackexchange.com/a/396603/359627 didnt work

@charanjit-singh
Copy link
Author

Tried
https://apple.stackexchange.com/a/470957/359627
Didnt work

@charanjit-singh
Copy link
Author

I downgraded inngest and now it's working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants