Nukesor / pueue

:stars: Manage your shell commands.
MIT License
4.68k stars 128 forks source link

[Bug] Pre built binary doesn't work on macOS #522

Closed suzuki-shunsuke closed 1 week ago

suzuki-shunsuke commented 3 months ago

Describe the bug

I downloaded the pre built binary and tried to execute it on macOS, but it didn't work.

Steps to reproduce

  1. Download a latest pre built binary pueue-macos-x86_64 or pueue-darwin-aarch64 from GitHub Releases.
  2. Execute the binary.
$ pueue --help

Debug logs (if relevant)

I tried with several laptops.

  1. macOS Ventura Intel Core i5 (darwin/amd64)
$ pueue --help
zsh: segmentation fault  pueue --help
  1. Apple M1, Apple M1 Pro, Apple M3 Pro (darwin/arm64)
$ pueue --help
zsh: killed    pueue --help

Operating system

macOS

Pueue version

v3.4.0

Additional context

No response

Nukesor commented 3 months ago

Well, I rely on Pueue's community to help me build and test builds for other architectures.

I have neither a Windows nor a Mac machine at my disposal, so somebody would need to help me out with this :) -> Something seems to be broken in the build process CI pipeline. Somebody would need to clone the repo, run a few builds and check what's wrong.

PRs very much welcome!

Nukesor commented 1 week ago

Any progress on this @suzuki-shunsuke

Does the issue persist on the newest release?

Nukesor commented 1 week ago

I'm going to close this for now. The Github build system has been completely rewritten and the issue should probably be fixed. If not now, at least once v4.0.0 has been released.

If the issue still persist after the v4.0.0 release, please re-open this issue :)

In the meantime, you could go ahead and test the release logic on a local branch if you like.