mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
address qhull flaky build with msvc linker (#6943)
This commit is contained in:
parent
09d8df72aa
commit
e4acc60b3c
@ -59,7 +59,8 @@ function(vcpkg_execute_build_process)
|
||||
if(out_contents MATCHES "LINK : fatal error LNK1102:" OR out_contents MATCHES " fatal error C1060: "
|
||||
OR err_contents MATCHES "LINK : fatal error LNK1102:" OR err_contents MATCHES " fatal error C1060: "
|
||||
OR out_contents MATCHES "LINK : fatal error LNK1318: Unexpected PDB error; ACCESS_DENIED"
|
||||
OR out_contents MATCHES "LINK : fatal error LNK1104:")
|
||||
OR out_contents MATCHES "LINK : fatal error LNK1104:"
|
||||
OR out_contents MATCHES "LINK : fatal error LNK1201:")
|
||||
# The linker ran out of memory during execution. We will try continuing once more, with parallelism disabled.
|
||||
message(STATUS "Restarting Build without parallelism because memory exceeded")
|
||||
set(LOG_OUT "${CURRENT_BUILDTREES_DIR}/${_ebp_LOGNAME}-out-1.log")
|
||||
|
Loading…
x
Reference in New Issue
Block a user