We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b22c9c + eb28172 commit 8a8054cCopy full SHA for 8a8054c
xtask/src/qemu.rs
@@ -19,10 +19,10 @@ use tempfile::TempDir;
19
use {std::fs::Permissions, std::os::unix::fs::PermissionsExt};
20
21
/// Name of the ovmf-prebuilt release tag.
22
-const OVMF_PREBUILT_TAG: &str = "edk2-stable202311-r2";
+const OVMF_PREBUILT_TAG: &str = "edk2-stable202402-r1";
23
24
/// SHA-256 hash of the release tarball.
25
-const OVMF_PREBUILT_HASH: &str = "4a7d01b7dc6b0fdbf3a0e17dacd364b772fb5b712aaf64ecf328273584185ca0";
+const OVMF_PREBUILT_HASH: &str = "91f3148ef146794241c77810a49cfa3e925c83eb55c5cc90f34718cc1b10e9eb";
26
27
/// Directory into which the prebuilts will be download (relative to the repo root).
28
const OVMF_PREBUILT_DIR: &str = "target/ovmf";
0 commit comments