-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: include ubi into mise directly (#2290)
* Use ubi as a library instead of as a binary * Move variable declaration to where it's used * Support passing exe and matching args to ubi backend * Remove unneeded boxing * Fix issue found by clippy * Import ubi * Use a released version of ubi * test: remove unnecessary test with baked-in ubi * test: remove unnecessary test with baked-in ubi * chore: ubi 0.2 * Fix incorrect comment * Remove unused import in ubi backend code * Update Cargo.lock * fix: kept existing version of toml_edit * fix: enable tokio timing for ubi --------- Co-authored-by: Jeff Dickey <[email protected]>
- Loading branch information
Showing
8 changed files
with
130 additions
and
57 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
curl -sSf -L https://raw.githubusercontent.com/houseabsolute/ubi/master/bootstrap/bootstrap-ubi.sh | TARGET="$HOME/bin" sh | ||
|
||
assert "mise x ubi:goreleaser/[email protected] -- goreleaser -v | grep -o 1.25.0" "1.25.0" |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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