Skip to content

Conversation

roypat
Copy link
Member

@roypat roypat commented Oct 1, 2025

Summary of the PR

With rust-vmm/rust-vmm-ci#192 switching our default tests to use cargo-all-features, we no longer need special test steps in custom-tests.json to work around the non-additive nature of the xen feature.

Requirements

Before submitting your PR, please make sure you addressed the following
requirements:

  • All commits in this PR have Signed-Off-By trailers (with
    git commit -s), and the commit message has max 60 characters for the
    summary and max 75 characters for each description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

roypat added 5 commits October 1, 2025 12:05
Pick up the test changes to enable cargo-all-features

Signed-off-by: Patrick Roy <[email protected]>
Now that the normal CI does cargo all-features [test|build], there is no
longer a need to have separate buildkite steps just for the xen-disabled
usecase.

Signed-off-by: Patrick Roy <[email protected]>
Skip explicitly adding optional dependencies to the permutation matrix
(e.g. for example testing with --no-default-features, but the
vmm-sys-util optional dependency enabled anyway), as this does not seem
very useful (there is no way for a downstream to ever actually use this
configuration).

Signed-off-by: Patrick Roy <[email protected]>
Without that feature, we do not have ReadVolatile/WriteVolatile impls
for File, which the benches depend on.

Signed-off-by: Patrick Roy <[email protected]>
@roypat roypat force-pushed the cargo-all-features branch 2 times, most recently from cd6b96b to 629cde9 Compare October 1, 2025 12:05
@ShadowCurse ShadowCurse merged commit 0026807 into rust-vmm:main Oct 1, 2025
2 checks passed
@roypat roypat mentioned this pull request Oct 1, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants