Skip to content

Commit

Permalink
xtask: Update OVMF prebuilts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Nov 4, 2024
1 parent 1b22c9c commit f9c6357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtask/src/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ use tempfile::TempDir;
use {std::fs::Permissions, std::os::unix::fs::PermissionsExt};

/// Name of the ovmf-prebuilt release tag.
const OVMF_PREBUILT_TAG: &str = "edk2-stable202311-r2";
const OVMF_PREBUILT_TAG: &str = "edk2-stable202405-r1";

/// SHA-256 hash of the release tarball.
const OVMF_PREBUILT_HASH: &str = "4a7d01b7dc6b0fdbf3a0e17dacd364b772fb5b712aaf64ecf328273584185ca0";
const OVMF_PREBUILT_HASH: &str = "f092285bffb7f5dc8d99d45d99d830d49885403f90ebd4837cbda23303efde00";

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

0 comments on commit f9c6357

Please sign in to comment.