Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the OpenVMM repository's Rust toolchain from version 1.91 to 1.92 across all configuration files and CI/CD workflows.
- Updates workspace-level
rust-versiondeclarations in Cargo.toml manifests - Updates rustup toolchain version in all GitHub Actions workflows (PR, CI, docs, and release pipelines)
- Updates the flowey pipeline configuration constant for toolchain management
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
Cargo.toml |
Updates main workspace rust-version from 1.91 to 1.92 |
xsync/Cargo.toml |
Updates xsync workspace rust-version from 1.91 to 1.92 |
flowey/flowey_lib_hvlite/src/_jobs/cfg_versions.rs |
Updates RUSTUP_TOOLCHAIN constant from 1.91.1 to 1.92.0 |
.github/workflows/openvmm-pr.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 across Linux, Windows x64, and ARM64 runners |
.github/workflows/openvmm-pr-release.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 for release PR workflow |
.github/workflows/openvmm-docs-pr.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 for docs PR workflow |
.github/workflows/openvmm-docs-ci.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 for docs CI workflow |
.github/workflows/openvmm-ci.yaml |
Updates all rustup installation commands from 1.91.1 to 1.92.0 for main CI workflow |
Contributor
Author
|
Sizable binary size regression both here and internally. Current suspect is rust-lang/rust#143613 |
cf850a0 to
b87adf4
Compare
Contributor
Author
|
This is blocked on the internal repo right now. |
smalis-msft
added a commit
that referenced
this pull request
Jan 15, 2026
Supercedes #2562. Takes the non-version-bump-related changes from that PR so that we can have a clean version bump PR in the future, whether that's to 1.92 or 1.93.
weiding-msft
pushed a commit
to weiding-msft/openvmm
that referenced
this pull request
Feb 6, 2026
Supercedes microsoft/openvmm#2562. Takes the non-version-bump-related changes from that PR so that we can have a clean version bump PR in the future, whether that's to 1.92 or 1.93.
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.
No description provided.