[qt5 components] Disable parallel build#12529
Merged
strega-nil merged 10 commits intomicrosoft:masterfrom Jul 31, 2020
Merged
Conversation
Contributor
Author
|
@Neumann-A I wish this PR can fix that issue. |
Contributor
|
I would probably try to switch out jom for nmake instead of completely removing parallel builds. Is imageformats small enough so that the build does not take considerably longer? |
Contributor
Author
|
@Neumann-A Yes, it's very small, I tried to use nmake instead of jom in #8524, but it's not merged yet. |
JackBoosY
commented
Jul 24, 2020
ras0219-msft
requested changes
Jul 28, 2020
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
…tps://github.com/JackBoosY/vcpkg into dev/jack/disable_qt5_imageformats_parallel_build
strega-nil
approved these changes
Jul 30, 2020
This was referenced Aug 5, 2020
hellozee
pushed a commit
to hellozee/vcpkg
that referenced
this pull request
Sep 11, 2020
* [qt5-imageformats] Disable parallel build * [ompl] Disable parallel configure * [qt5-connectivity] Disable parallel build * [qwt] Update hash * [qt5-location] Disable parallel build * Update ports/qwt/portfile.cmake * Update ports/qwt/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [qt5] change build method to vcpkg_execute_build_process * Add condition when there are some file conflicts Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like the parallel build caused this problem. Disable it.