mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
[vcpkg_execute_build_process] Catch more compiler signal (#22566)
* [vcpkg_execute_build_process] Catch more cc1plus signal * remove cc1plus Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
parent
291b84e651
commit
f5d67552e0
@ -42,6 +42,7 @@ set(Z_VCPKG_EXECUTE_BUILD_PROCESS_RETRY_ERROR_MESSAGES
|
|||||||
"LINK : fatal error LNK1104:"
|
"LINK : fatal error LNK1104:"
|
||||||
"LINK : fatal error LNK1201:"
|
"LINK : fatal error LNK1201:"
|
||||||
"ld terminated with signal 9"
|
"ld terminated with signal 9"
|
||||||
|
"Killed signal terminated program"
|
||||||
# Multiple threads using the same directory at the same time cause conflicts, will try again.
|
# Multiple threads using the same directory at the same time cause conflicts, will try again.
|
||||||
"Cannot create parent directory"
|
"Cannot create parent directory"
|
||||||
"Cannot write file"
|
"Cannot write file"
|
||||||
|
Loading…
Reference in New Issue
Block a user