From 3ff81fe172e294c5c2fea13decf60d835f2f1a31 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 4 Jan 2021 13:40:56 -0800 Subject: [PATCH] browser(webkit): do run win build again if first attempt failed (#4881) --- browser_patches/webkit/BUILD_NUMBER | 4 ++-- browser_patches/webkit/build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browser_patches/webkit/BUILD_NUMBER b/browser_patches/webkit/BUILD_NUMBER index 9c884445b5..27033a06aa 100644 --- a/browser_patches/webkit/BUILD_NUMBER +++ b/browser_patches/webkit/BUILD_NUMBER @@ -1,2 +1,2 @@ -1411 -Changed: yurys@chromium.org Mon Jan 4 10:57:20 PST 2021 +1412 +Changed: yurys@chromium.org Mon 04 Jan 2021 01:36:20 PM PST diff --git a/browser_patches/webkit/build.sh b/browser_patches/webkit/build.sh index 07a5f85b97..40897d83e0 100755 --- a/browser_patches/webkit/build.sh +++ b/browser_patches/webkit/build.sh @@ -70,7 +70,7 @@ elif [[ "$(uname)" == "Linux" ]]; then build_wpe fi elif [[ "$(uname)" == MINGW* ]]; then - /c/Windows/System32/cmd.exe "/c $(cygpath -w ${SCRIPT_FOLDER}/buildwin.bat)" + /c/Windows/System32/cmd.exe "/c $(cygpath -w ${SCRIPT_FOLDER}/buildwin.bat)" || # Run build step twice on Windows to work around adjust-angle-include-paths.py not # being called at right time. See # https://github.com/WebKit/WebKit/commit/e9a19fe7e3c245252be6ed70c86639d09227a6dc