We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513c6ae commit c079c5fCopy full SHA for c079c5f
.github/workflows/nightly.yml
@@ -32,7 +32,7 @@ jobs:
32
export PATH="$(pwd -P)"/gcc-$GCC_VERSION-nolibc/$i-linux/bin:"$PATH"
33
done
34
35
- git clone --recursive --depth=1 https://github.com/tianocore/edk2.git
+ git clone --recursive https://github.com/tianocore/edk2.git
36
37
( cd edk2 && patch -p1 <../ovmf.patch )
38
@@ -53,8 +53,9 @@ jobs:
53
build -b RELEASE -t GCC5 -a X64 -p OvmfPkg/OvmfPkgX64.dsc -D FD_SIZE_2MB
54
55
# IA32 support was removed after this commit
56
- git -C edk2 pull --unshallow
+ git -C edk2 stash
57
git -C edk2 checkout 20f24c0f67b3364cd590e1eea470f74be40e7710
58
+ git -C edk2 stash pop
59
build -b RELEASE -t GCC5 -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -D FD_SIZE_2MB
60
61
mkdir -p output
0 commit comments