Skip to content

Commit

Permalink
[vcpkg_execute_build_process] Re-fix qt5 components build (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBoosY authored and remz1337 committed Aug 23, 2020
1 parent 2495b56 commit f536de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/qt5/CONTROL
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Source: qt5
Version: 5.15.0
Port-Version: 1
Port-Version: 2
Homepage: https://www.qt.io/
Description: Qt5 Application Framework
Build-Depends: qt5-base[core]
Expand Down
2 changes: 1 addition & 1 deletion scripts/cmake/vcpkg_execute_build_process.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function(vcpkg_execute_build_process)
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.
OR out_contents MATCHES "Cannot create parent directory"
OR err_contents MATCHES "Cannot create parent directory" OR err_contents MATCHES "Cannot write file"
# Multiple threads using the same directory at the same time cause conflicts, will try again.
)
message(STATUS "Restarting Build without parallelism because memory exceeded")
Expand Down

0 comments on commit f536de8

Please sign in to comment.