ci: refresh mise lock metadata - #3478
Closed
prekshivyas wants to merge 1 commit into
Closed
prekshivyas wants to merge 1 commit into
prekshivyas wants to merge 1 commit into
Conversation
Signed-off-by: Prekshi Vyas <prekshiv@nvidia.com>
prekshivyas
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 19, 2026 21:04
shailendra-nv
approved these changes
Sep 20, 2026
shailendra-nv
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed the complete lockfile diff and verified the changed Skaffold and UV artifact metadata against upstream release checksums. Existing branch checks pass. Approved pending successful Windows x64/ARM64 qualification.
Contributor
Author
|
Closing as superseded by #3472, which already landed the same Skaffold/UV lockfile refresh together with the missing Windows ARM64 nextest metadata and Windows Clippy fix. |
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.
Summary
Refresh the committed mise lock metadata so the
mise Lockfilebranch check is stable on thewindowsbranch. This is a mechanical, lockfile-only correction based onwindowstipfb2980e077288b61ef03a2e6187e162d158526aa.Related Issue
No issue required: this is a localized CI lockfile synchronization fix that currently causes unrelated
windowspull requests to fail Branch Checks.Changes
Testing
Before: on unmodified
windowstip, lock generation changedmise.lockfrom bloba5e38be2c29786b31228969aca008d004a0b115bto95fc404a6df4242673e4d9a24a0e342bd3d3b579, reproducing the same diff and failure reported by the Branch Checks workflow.After: reran
mise lock --platform linux-x64,linux-arm64,macos-arm64,windows-x64 --jobs 16; exit code 0 and the blob remained95fc404a6df4242673e4d9a24a0e342bd3d3b579.git diff --checkpasses.mise run pre-commitwas attempted but cannot complete on this Windows ARM64 host becausegrpcio-tools==1.78.0invokes MSVC with incompatible/std:c++17and/std:c11flags. It produced no additional tracked changes. The authoritative Linux CI run is required for the full gate.mise run pre-commitpassesUnit tests added/updated — not applicable; generated lockfile metadata only
E2E tests added/updated (if applicable) — not applicable
Checklist