Skip to content

Commit

Permalink
fix(docker): edk2 missing branch
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Feb 11, 2025
1 parent 202212f commit 537c23d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_edk2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ fi
# Try to build edk2
#==========================

git clone --branch "${VERIFICATION_TEST_EDK2_VERSION}" --depth 1 https://github.com/tianocore/edk2.git Edk2
git clone https://github.com/tianocore/edk2.git Edk2
cd Edk2
git fetch --tags
git checkout "${VERIFICATION_TEST_EDK2_VERSION}"
PATCH_FILE=../tests/edk2-patches/${VERIFICATION_TEST_EDK2_VERSION}-zeex-subhook.patch
if [ -f "${PATCH_FILE}" ]; then
git apply "${PATCH_FILE}"
Expand Down

0 comments on commit 537c23d

Please sign in to comment.