diff --git a/build.sh b/build.sh index 1c20a68d..a597cc5e 100755 --- a/build.sh +++ b/build.sh @@ -153,13 +153,13 @@ else fi echo "Done" -if [ "$OMR_TARGET" = "x86_64" ]; then - echo "Checking if Hyper-V patch is set or not" - if ! patch -Rf -N -p1 -s --dry-run < ../../patches/images.patch; then - patch -N -p1 -s < ../../patches/images.patch - fi - echo "Done" -fi +#if [ "$OMR_TARGET" = "x86_64" ]; then +# echo "Checking if Hyper-V patch is set or not" +# if ! patch -Rf -N -p1 -s --dry-run < ../../patches/images.patch; then +# patch -N -p1 -s < ../../patches/images.patch +# fi +# echo "Done" +#fi echo "Checking if No check patch is set or not" if ! patch -Rf -N -p1 -s --dry-run < ../../patches/nocheck.patch; then