Skip to content

chore(mise): replace ubi: prefix by github: prefix for EmbarkStudios/cargo-about#923

Open
benoitf wants to merge 1 commit intoNVIDIA:mainfrom
benoitf:fix-mise-dep
Open

chore(mise): replace ubi: prefix by github: prefix for EmbarkStudios/cargo-about#923
benoitf wants to merge 1 commit intoNVIDIA:mainfrom
benoitf:fix-mise-dep

Conversation

@benoitf
Copy link
Copy Markdown

@benoitf benoitf commented Apr 22, 2026

Summary

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

I'm using mise 2026.4.18 macos-arm64 (2026-04-19)

Related Issue

N/A

Changes

  • mise reports that ubi is deprecated and that github backend should be use instead
  • using github: prefix allows to give the hint that the tag has not the 'v' prefix

Testing

  • mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (if applicable)

…cargo-about

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

mise reports that ubi is deprecated and that github backend should be use instead

it permits using github: prefix to say that the tag has not the 'v' prefix

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@benoitf benoitf requested a review from a team as a code owner April 22, 2026 20:27
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Apr 22, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 22, 2026

All contributors have signed the DCO ✍️ ✅
Posted by the DCO Assistant Lite bot.

@benoitf

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant