Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps rust-vmm-ci from c0f5d4c to 3e24835.

Commits
  • 3e24835 ci: add --cfg for cargo doc to disable compile_error!()
  • 58dab8b do not use cargo-all-features on riscv64
  • 55cac8c fix: convert unittests-gnu to use cargo-all-features
  • 1d02fcc ci: run clippy using cargo-all-features
  • 6f7d365 ci: convert build and test steps to use cargo-all-features
  • d827166 chore: bump container version
  • 9fbd9f5 ci(clippy): drop redundant arguments
  • af7504b ci: drop check-warnings test
  • 5be3429 ci: add --all-targets to build test
  • 0496be0 fix(ci): pass --workspace to build test
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Oct 6, 2025
@dependabot dependabot bot requested a review from alexandruag as a code owner October 6, 2025 22:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
@dependabot dependabot bot added the submodules Pull requests that update Submodules code label Oct 6, 2025
@stefano-garzarella
Copy link
Member

the new doc pipeline is failing, I'm going to fix it

stefano-garzarella and others added 2 commits October 9, 2025 10:07
The new `cargo doc` pipeline in the CI highlighted the following issue:
    warning: this URL is not a hyperlink
      --> virtio-queue/src/desc/mod.rs:16:5
       |
    16 | /// https://docs.oasis-open.org/virtio/virtio/v1.3/csd01/virtio-v1.3-csd01.html#x1-720008
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
       = note: bare URLs are not automatically turned into clickable links
       = note: `#[warn(rustdoc::bare_urls)]` on by default
    help: use an automatic link instead
       |
    16 | /// <https://docs.oasis-open.org/virtio/virtio/v1.3/csd01/virtio-v1.3-csd01.html#x1-720008>
       |     +                                                                                     +

    warning: `virtio-queue` (lib doc) generated 1 warning (run `cargo fix --lib -p virtio-queue` to apply 1 suggestion)

Signed-off-by: Stefano Garzarella <[email protected]>
Bumps [rust-vmm-ci](https://github.com/rust-vmm/rust-vmm-ci) from `c0f5d4c` to `3e24835`.
- [Commits](rust-vmm/rust-vmm-ci@c0f5d4c...3e24835)

---
updated-dependencies:
- dependency-name: rust-vmm-ci
  dependency-version: 3e248353468a9aa0efa844d39eecf24e1dbdc3f3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@stefano-garzarella stefano-garzarella force-pushed the dependabot/submodules/rust-vmm-ci-3e24835 branch from c199d48 to a6b62d7 Compare October 9, 2025 08:07
@stefano-garzarella stefano-garzarella enabled auto-merge (rebase) October 9, 2025 08:13
@stefano-garzarella stefano-garzarella merged commit d6412c6 into main Oct 9, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/submodules/rust-vmm-ci-3e24835 branch October 9, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants