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

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

Open
suzuki-shunsuke opened this issue Apr 3, 2024 · 1 comment
Open

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

suzuki-shunsuke opened this issue Apr 3, 2024 · 1 comment

Comments

@suzuki-shunsuke
Copy link

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
Copy link
Owner

Nukesor commented Apr 4, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants