RFR: 8286089: Intermittent WebKit build failure on macOS in JavaScriptCore
Kevin Rushforth
kcr at openjdk.org
Wed Mar 29 11:21:39 UTC 2023
On Tue, 28 Mar 2023 02:08:27 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
> Issue: Error copying file (if different) from Source/JavaScriptCore/Scripts/wkbuiltins/builtins_generate_separate_header.py" to "modules/javafx.web/build/mac/Release/JavaScriptCcripts/builtins_generate_separate_header.py".
>
> Root cause: The number of build threads more than 8, causing a synchronization issue for builtins_generate_separate_header.py, the file needs to be copied before use at build dir
>
> Solution: Use the sleep of 1 second and retry 10 times to copy in CMakeList.txt and execute using the execute_process cmake command
Looks good. I see that your CI test build passed on all platforms, and a continuous stress build on our Mac CI build machines ran for several days with no failures.
-------------
Marked as reviewed by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/1073#pullrequestreview-1362845584
More information about the openjfx-dev
mailing list