-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[qt5 components] Disable parallel build #12529
Merged
strega-nil
merged 10 commits into
microsoft:master
from
JackBoosY:dev/jack/disable_qt5_imageformats_parallel_build
Jul 31, 2020
Merged
[qt5 components] Disable parallel build #12529
strega-nil
merged 10 commits into
microsoft:master
from
JackBoosY:dev/jack/disable_qt5_imageformats_parallel_build
Jul 31, 2020
Conversation
This file contains 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
JackBoosY
added
category:port-bug
The issue is with a library, which is something the port should already support
info:internal
This PR or Issue was filed by the vcpkg team.
labels
Jul 22, 2020
@Neumann-A I wish this PR can fix that issue. |
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? |
@Neumann-A Yes, it's very small, I tried to use nmake instead of jom in #8524, but it's not merged yet. |
JackBoosY
changed the title
[qt5-imageformats] Disable parallel build
[qt5 components] Disable parallel build
Jul 23, 2020
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
added
info:reviewed
Pull Request changes follow basic guidelines
and removed
requires:discussion
labels
Jul 30, 2020
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-bug
The issue is with a library, which is something the port should already support
info:internal
This PR or Issue was filed by the vcpkg team.
info:reviewed
Pull Request changes follow basic guidelines
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.