Skip to content

Commit 8a8054c

Browse files
authored
Merge pull request #1463 from nicholasbishop/bishop-latest-ovmf
xtask: Update OVMF prebuilts
2 parents 1b22c9c + eb28172 commit 8a8054c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xtask/src/qemu.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ use tempfile::TempDir;
1919
use {std::fs::Permissions, std::os::unix::fs::PermissionsExt};
2020

2121
/// Name of the ovmf-prebuilt release tag.
22-
const OVMF_PREBUILT_TAG: &str = "edk2-stable202311-r2";
22+
const OVMF_PREBUILT_TAG: &str = "edk2-stable202402-r1";
2323

2424
/// SHA-256 hash of the release tarball.
25-
const OVMF_PREBUILT_HASH: &str = "4a7d01b7dc6b0fdbf3a0e17dacd364b772fb5b712aaf64ecf328273584185ca0";
25+
const OVMF_PREBUILT_HASH: &str = "91f3148ef146794241c77810a49cfa3e925c83eb55c5cc90f34718cc1b10e9eb";
2626

2727
/// Directory into which the prebuilts will be download (relative to the repo root).
2828
const OVMF_PREBUILT_DIR: &str = "target/ovmf";

0 commit comments

Comments
 (0)