Skip to content

Commit e3ec86b

Browse files
committed
Remove edk2 build cache before building
1 parent afdb677 commit e3ec86b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/_build/edk2.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ TOOLCHAIN=GCC5
1919
export PYTHON_COMMAND=python3
2020

2121
pushd edk2 >/dev/null
22+
rm -rf Build/
23+
2224
make -C BaseTools --jobs="$(nproc)"
2325
source edksetup.sh --reconfig
2426

0 commit comments

Comments
 (0)