Skip to content

Commit

Permalink
efibuild.sh: Switched to edk2-stable202305-rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Krichanov committed Jun 26, 2023
1 parent af68e04 commit 0178742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions efibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,13 @@ fi

if [ "$NEW_BUILDSYSTEM" != "1" ]; then
if [ "$OFFLINE_MODE" != "1" ]; then
updaterepo "https://github.com/acidanthera/audk" UDK master || exit 1
updaterepo "https://github.com/acidanthera/audk" UDK edk2-stable202305-rebase || exit 1
else
echo "Working in offline mode. Skip UDK update"
fi
fi
cd UDK || exit 1
HASH=$(git rev-parse origin/master)
HASH=$(git rev-parse origin/edk2-stable202305-rebase)

if [ "$DISCARD_PACKAGES" != "" ]; then
for package_to_discard in "${DISCARD_PACKAGES[@]}" ; do
Expand Down

0 comments on commit 0178742

Please sign in to comment.