-
-
Notifications
You must be signed in to change notification settings - Fork 630
registry: support usage on FreeBSD #5973
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds FreeBSD support for the usage
tool in the registry configuration. The change addresses the issue that prebuilt binaries are not available for FreeBSD, requiring the tool to be built from source instead.
- Restricts prebuilt binary backends to Linux and macOS only
- Adds FreeBSD to the supported operating systems list
- Ensures FreeBSD users can still install the tool via the Cargo backend
"aqua:jdx/usage", | ||
"ubi:jdx/usage", | ||
"asdf:jdx/mise-usage", | ||
# prebuilt binaries are not available for FreeBSD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The comment could be more specific about why prebuilt binaries are unavailable for FreeBSD. Consider clarifying whether this is due to upstream not providing FreeBSD binaries or a technical limitation.
# prebuilt binaries are not available for FreeBSD | |
# prebuilt binaries are not available for FreeBSD because upstream does not provide FreeBSD binaries |
Copilot uses AI. Check for mistakes.
### 📦 Registry - add bob ([aqua:MordechaiHadad/bob](https://github.com/MordechaiHadad/bob)) by [@TyceHerrman](https://github.com/TyceHerrman) in [#5914](#5914) - support usage on FreeBSD by [@risu729](https://github.com/risu729) in [#5973](#5973) - filter out installer for podman by [@risu729](https://github.com/risu729) in [#5974](#5974) - use pipx aqua backend by [@itochan](https://github.com/itochan) in [#5971](#5971) ### 📚 Documentation - add documentation for os field in tool configuration by [@jdx](https://github.com/jdx) in [#5947](#5947) ### Chore - **(ci)** accept @ in regular expressions for new registry PR titles by [@mst-mkt](https://github.com/mst-mkt) in [#5969](#5969) - fix registry test filter by [@risu729](https://github.com/risu729) in [#5942](#5942) - fix registry test by [@risu729](https://github.com/risu729) in [#5953](#5953) ### New Contributors - @itochan made their first contribution in [#5971](#5971) - @mst-mkt made their first contribution in [#5969](#5969)
I tried mise
Is there anything I can try from my install? |
I think it's a bug, I'll have a look. |
It was my mistake. Fixed in #6007. |
Follow up for #5973. Sorry, I didn't remember we need to use `platforms` instead of `os` here.
No description provided.