You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: