Skip to content

Commit c079c5f

Browse files
committed
Stash changes before checkout out IA32 commit
1 parent 513c6ae commit c079c5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
export PATH="$(pwd -P)"/gcc-$GCC_VERSION-nolibc/$i-linux/bin:"$PATH"
3333
done
3434
35-
git clone --recursive --depth=1 https://github.com/tianocore/edk2.git
35+
git clone --recursive https://github.com/tianocore/edk2.git
3636
3737
( cd edk2 && patch -p1 <../ovmf.patch )
3838
@@ -53,8 +53,9 @@ jobs:
5353
build -b RELEASE -t GCC5 -a X64 -p OvmfPkg/OvmfPkgX64.dsc -D FD_SIZE_2MB
5454
5555
# IA32 support was removed after this commit
56-
git -C edk2 pull --unshallow
56+
git -C edk2 stash
5757
git -C edk2 checkout 20f24c0f67b3364cd590e1eea470f74be40e7710
58+
git -C edk2 stash pop
5859
build -b RELEASE -t GCC5 -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -D FD_SIZE_2MB
5960
6061
mkdir -p output

0 commit comments

Comments
 (0)