third_party/edk: update to 202405
Improves boot times by approximately 3 seconds and gets us an
up-to-date version again.
Change-Id: I929498a7b825911d849441aa707c1a225b9594d7
Reviewed-on: https://review.monogon.dev/c/monogon/+/3209
Tested-by: Jenkins CI
Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
diff --git a/third_party/edk2/external.bzl b/third_party/edk2/external.bzl
index 975769c..587bf8a 100644
--- a/third_party/edk2/external.bzl
+++ b/third_party/edk2/external.bzl
@@ -20,10 +20,9 @@
new_git_repository(
name = name,
build_file = "//third_party/edk2/external:BUILD.repo",
- commit = "b24306f15daa2ff8510b06702114724b33895d3c", # stable202202
+ commit = "3e722403cd16388a0e4044e705a2b34c841d76ca", # stable202405
recursive_init_submodules = True,
remote = "https://github.com/tianocore/edk2",
- shallow_since = "1645456780 +0000",
patches = ["//third_party/edk2/patches:disable-werror.patch", "//third_party/edk2/patches:remove-brotli-build.patch"],
patch_args = ["-p1"],
)