fix(packaging): refresh root Cargo lockfile - #3267
Merged
Merged
Conversation
Signed-off-by: Piotr Mlocek <pmlocek@nvidia.com>
pimlock
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 11, 2026 00:27
johntmyers
approved these changes
Sep 11, 2026
11 tasks
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 root Cargo lockfile so locked dependency resolution and release packaging succeed. The stale lockfile caused
cargo vendor --lockedto fail in Release Dev.Cargo restores the
ringedge because the Windowsprebuilt-z3feature enablesz3-sys's host-side archive downloader. Its dependency path isz3-sysbuild dependency ->reqwest->rustls->ring. OpenShell's target-side TLS configuration still uses AWS-LC, andringis not linked into the OpenShell binary. The existing exception indeny.tomldocuments this build-time-only use and restricts it to therustlsandrustls-webpkiwrappers.Related Issue
No issue required: localized lockfile repair for the failed Release Dev run.
Changes
quinndependency edge forreqwestringdependency edge forrustlsTesting
cargo vendor --locked --quietsucceedsmise run pre-commitpassesChecklist