Revert "builds: ovmf: Workaround Zeex repo becoming private"

This reverts commit aff3d98ddd.
This commit is contained in:
Ryan Savino
2025-01-27 19:12:27 -06:00
parent bb7ca954c7
commit af235fc576

View File

@@ -38,9 +38,6 @@ build_root=$(mktemp -d)
pushd $build_root
git clone --single-branch --depth 1 -b "${ovmf_version}" "${ovmf_repo}"
cd "${ovmf_dir}"
# TODO: Remove this line after bumping to a newer release of OVMF.
# Reference: https://github.com/tianocore/edk2/pull/6402
sed -i -e "s|https://github.com/Zeex/subhook.git|https://github.com/tianocore/edk2-subhook.git|g" .gitmodules
git submodule init
git submodule update