On Tue, 28 Mar 2023 02:08:27 GMT, Jay Bhaskar <jbhas...@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 Everything still works here as well. ------------- Marked as reviewed by sykora (Author). PR Review: https://git.openjdk.org/jfx/pull/1073#pullrequestreview-1370814874