Uh oh!
There was an error while loading. Please reload this page.
chore(mise): replace deprecated ubi: prefix by github: prefix - #923
Conversation
All contributors have signed the DCO ✍️ ✅ |
This comment was marked as resolved.
This comment was marked as resolved.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
when executing the command `mise run vm:setup` I have an error message mise ERROR Failed to install ubi:EmbarkStudios/cargo-about@0.8.4: HTTP request to https://api.github.com/repos/EmbarkStudios/cargo-about/releases/tags/v0.8.4 returned an error status ubi: is assuming the tag has a v prefix but here the tag has not the prefix https://github.com/EmbarkStudios/cargo-about/releases/tag/0.8.4 github: allows to use github: prefix so that the tag has not the 'v' prefix mise reports that ubi is deprecated and that github backend should be use instead so replace all ubi prefix as well Signed-off-by: Florent Benoit <fbenoit@redhat.com>
pimlock
commented
Apr 23, 2026
I'm looking into the failing workflow: https://github.com/NVIDIA/OpenShell/actions/runs/24847955299/job/72742796860 |
pimlock
commented
Apr 23, 2026
/ok to test 6e8b523 |
Uh oh!
There was an error while loading. Please reload this page.
pimlock
commented
Apr 23, 2026
Thanks again @benoitf. TL;DR it looks like the path to make that work with I also think that we should consider adding locking to mise, so artifacts for all platforms are resolved at lock time (and we have an extra protection in case an artifact was overriden). |
Uh oh!
There was an error while loading. Please reload this page.
pimlock
commented
Apr 23, 2026
@benoitf the release job after merging this is failing for unrelated reason, I'm dealing with this as well. Not a happy-CI day today 😅 . |
benoitf
commented
Apr 23, 2026
ah yes :-/ I was not expecting that |
Summary
Replace deprecated
ubi:prefix bygithub:prefix 1When executing the command
mise run vm:setupI have an error messageubi:is assuming the tag has a v prefix but here the tag has not the prefix https://github.com/EmbarkStudios/cargo-about/releases/tag/0.8.4I'm using
mise 2026.4.18 macos-arm64 (2026-04-19)Related Issue
N/A
Changes
Testing
mise run pre-commitpassesChecklist
Footnotes
https://mise.jdx.dev/dev-tools/backends/ubi.html↩