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.
1 parent 1b22c9c commit f9c6357Copy full SHA for f9c6357
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-stable202405-r1";
23
24
/// SHA-256 hash of the release tarball.
25
-const OVMF_PREBUILT_HASH: &str = "4a7d01b7dc6b0fdbf3a0e17dacd364b772fb5b712aaf64ecf328273584185ca0";
+const OVMF_PREBUILT_HASH: &str = "f092285bffb7f5dc8d99d45d99d830d49885403f90ebd4837cbda23303efde00";
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