registry: support usage on FreeBSD#5973
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.
[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.
Suggested change
| # prebuilt binaries are not available for FreeBSD | |
| # prebuilt binaries are not available for FreeBSD because upstream does not provide FreeBSD binaries |
jdx
pushed a commit
that referenced
this pull request
Aug 11, 2025
### 📦 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? |
Contributor
Author
|
I think it's a bug, I'll have a look. |
Contributor
Author
|
It was my mistake. Fixed in #6007. |
jdx
pushed a commit
that referenced
this pull request
Aug 13, 2025
Follow up for #5973. Sorry, I didn't remember we need to use `platforms` instead of `os` here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.