Skip to content

Commit 02c8c5c

Browse files
jeckersbcgwalters
authored andcommitted
deps: Bump bcvk-qemu to e953294
Update bcvk-qemu to the latest version. The VirtiofsConfig struct gained a virtiofsd_binary field in bootc-dev/bcvk#266 (f661aad), so update the struct literal in anaconda.rs accordingly. Assisted-by: OpenCode (Claude claude-opus-4-6) Signed-off-by: John Eckersberg <jeckersb@redhat.com>
1 parent 86d1f8c commit 02c8c5c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tests-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" }
3030
# This is a git dependency — not published to crates.io.
3131
# When updating, also check the bcvk-qemu Cargo.toml for its own
3232
# dependency versions (cap-std-ext, etc.) to avoid conflicts.
33-
bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "eac2fc357d059ba3cfcf5cd7a5fc00e6e5e70a7c" }
33+
bcvk-qemu = { git = "https://github.com/bootc-dev/bcvk", rev = "e953294441c49bc6cd8a25fb5e6b5d7a71eaa143" }
3434
data-encoding = "2.9"
3535
indicatif = { workspace = true }
3636
libtest-mimic = "0.8.0"

crates/tests-integration/src/anaconda.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ After=anaconda-program-log.service"#;
445445
debug: false,
446446
readonly: true,
447447
log_file: None,
448+
virtiofsd_binary: None,
448449
};
449450

450451
// Build QemuConfig using bcvk-qemu

0 commit comments

Comments
 (0)