Title: [237416] trunk/Source/WebKitLegacy
- Revision
- 237416
- Author
- [email protected]
- Date
- 2018-10-25 09:33:33 -0700 (Thu, 25 Oct 2018)
Log Message
[CMake][Ninja][Win] midl.exe fails to create, open and write a temporary file in parallel build in Docker container
https://bugs.webkit.org/show_bug.cgi?id=187725
Reviewed by Michael Catanzaro.
* PlatformWin.cmake: Added USES_TERMINAL to serialize midl.exe
executions.
Modified Paths
Diff
Modified: trunk/Source/WebKitLegacy/ChangeLog (237415 => 237416)
--- trunk/Source/WebKitLegacy/ChangeLog 2018-10-25 15:55:35 UTC (rev 237415)
+++ trunk/Source/WebKitLegacy/ChangeLog 2018-10-25 16:33:33 UTC (rev 237416)
@@ -1,3 +1,13 @@
+2018-10-25 Fujii Hironori <[email protected]>
+
+ [CMake][Ninja][Win] midl.exe fails to create, open and write a temporary file in parallel build in Docker container
+ https://bugs.webkit.org/show_bug.cgi?id=187725
+
+ Reviewed by Michael Catanzaro.
+
+ * PlatformWin.cmake: Added USES_TERMINAL to serialize midl.exe
+ executions.
+
2018-10-22 Sihui Liu <[email protected]>
Regression (r232410): StorageTracker.db file gets unlinked while in use
Modified: trunk/Source/WebKitLegacy/PlatformWin.cmake (237415 => 237416)
--- trunk/Source/WebKitLegacy/PlatformWin.cmake 2018-10-25 15:55:35 UTC (rev 237415)
+++ trunk/Source/WebKitLegacy/PlatformWin.cmake 2018-10-25 16:33:33 UTC (rev 237416)
@@ -292,7 +292,7 @@
MAIN_DEPENDENCY ${_infile}
DEPENDS ${_depends}
COMMAND midl.exe /I "${CMAKE_CURRENT_SOURCE_DIR}/win/Interfaces" /I "${CMAKE_CURRENT_SOURCE_DIR}/win/Interfaces/Accessible2" /I "${DERIVED_SOURCES_WEBKITLEGACY_DIR}/include" /I "${CMAKE_CURRENT_SOURCE_DIR}/win" /WX /char signed /env win32 /tlb "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${_filewe}.tlb" /out "${DERIVED_SOURCES_WEBKITLEGACY_DIR}/Interfaces" /h "${DERIVED_SOURCES_WEBKITLEGACY_DIR}/Interfaces/${_filewe}.h" /iid "${_filewe}_i.c" ${_defines} "${CMAKE_CURRENT_SOURCE_DIR}/${_infile}"
- VERBATIM)
+ USES_TERMINAL VERBATIM)
set_source_files_properties(${DERIVED_SOURCES_WEBKITLEGACY_DIR}/Interfaces/${_filewe}.h PROPERTIES GENERATED TRUE)
set_source_files_properties(${DERIVED_SOURCES_WEBKITLEGACY_DIR}/Interfaces/${_filewe}_i.c PROPERTIES GENERATED TRUE)
endmacro()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes