Merged
Conversation
Remove usage of `mise trust`, which is not required on CI. Add the `--raw` flag to `install`, to hopefully handle random hangs. This flag disables parallel installs, but importantly disables the terminal UI with progress bars etc. that mise uses. Without the progress bar, CircleCI should be able to detect that there has been no output for a while and kill the job if it gets stuck.
Contributor
|
@goto-bus-stop, please consider creating a changeset entry in |
Collaborator
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: d773b55005ed5ccb9f853ff7 |
abernix
approved these changes
May 12, 2025
goto-bus-stop
added a commit
that referenced
this pull request
May 12, 2025
(cherry picked from commit d1b50d2)
goto-bus-stop
added a commit
that referenced
this pull request
May 12, 2025
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.
Remove usage of
mise trust, which is not required on CI. (#7393 (comment))Add the
--rawflag toinstall, to hopefully handle random hangs.This flag disables parallel installs (is slower), but importantly disables
the terminal UI with progress bars etc. that mise uses. Without
the progress bar, CircleCI should be able to detect that there
has been no output for a while and kill the job if it gets stuck.