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

Releases do not include Mac/Darwin (GitHub Workflow Bug) #36

Closed
OstlerDev opened this issue Aug 13, 2024 · 1 comment
Closed

Releases do not include Mac/Darwin (GitHub Workflow Bug) #36

OstlerDev opened this issue Aug 13, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@OstlerDev
Copy link

OstlerDev commented Aug 13, 2024

The recent releases do not have a Mac (darwin) binary being built. It looks like there is some kind of issue with the GitHub Workflow action that builds the Darwin binary. The last release that includes a darwin binary is: v0.1.2

Example: https://github.com/mateoradman/bazarr-bulk/actions/runs/9416750466

There is likely something that needs to be modified in the GitHub workflow, or some compatibility issue that is preventing the darwin binary from being built. It would be great if this could be fixed :D

@mateoradman mateoradman self-assigned this Aug 14, 2024
@mateoradman mateoradman added the question Further information is requested label Aug 14, 2024
@mateoradman
Copy link
Owner

Hey @OstlerDev, thank you for reaching out and sorry for the inconvenience. As you can see in this open issue, MacOS cross-compilation action is currently broken because Rust 1.74+ requires a newer MacOS SDK which is not a trivial task to implement (at least according to the maintainer).

However, good news is that it is quite easy to install the project on your machine using a Rust package manager Cargo.

  1. install Rust and Cargo on MacOS: https://doc.rust-lang.org/cargo/getting-started/installation.html
  2. run cargo install bazarr-bulk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants