Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions common/scripts/build-sct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,6 @@ do_build()
exit
fi

if [ $BUILD_PLAT = SBBR ]; then
if git apply --check $BBR_DIR/sbbr/patches/0001-SCT-Disable-EFI_RT_PROPERTIES_TABLE-compliance-tests.patch; then
echo "Applying Disable EFI RT Properties Table patch..."
git apply --ignore-whitespace --ignore-space-change $BBR_DIR/sbbr/patches/0001-SCT-Disable-EFI_RT_PROPERTIES_TABLE-compliance-tests.patch
else
echo "Error while applying Disable EFI RT Properties Table patch..."
exit
fi
fi

# Apply SCT patch (EBBR only) - applies in edk2-test repo (current dir is $TOP_DIR/$SCT_PATH)
if [[ "$BUILD_PLAT" == "EBBR" ]]; then
if git apply --check "$BBR_DIR/ebbr/patches/0001-sct-getnextmonotoniccount-handle-device-error.patch"; then
Expand Down

This file was deleted.