-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[qt5 components] Disable parallel build #12529
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
Merged
strega-nil
merged 10 commits into
microsoft:master
from
JackBoosY:dev/jack/disable_qt5_imageformats_parallel_build
Jul 31, 2020
Merged
Changes from 5 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
1164d1f
[qt5-imageformats] Disable parallel build
501c303
[ompl] Disable parallel configure
c6b71ba
[qt5-connectivity] Disable parallel build
cce72ce
[qwt] Update hash
304c65c
[qt5-location] Disable parallel build
b09ddf9
Update ports/qwt/portfile.cmake
JackBoosY 6b468b3
Update ports/qwt/portfile.cmake
JackBoosY 20b51ca
[qt5] change build method to vcpkg_execute_build_process
3fd582e
Merge branch 'dev/jack/disable_qt5_imageformats_parallel_build' of ht…
157a133
Add condition when there are some file conflicts
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| Source: qt5-connectivity | ||
| Version: 5.15.0 | ||
| Port-Version: 1 | ||
| Description: Qt5 Connectivity module - Provides access to Bluetooth and NFC hardware | ||
| Build-Depends: qt5-base[core] |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) | ||
|
|
||
| # Disable parallel build | ||
| set(VCPKG_CONCURRENCY 1) | ||
| qt_submodule_installation() | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| Source: qt5-imageformats | ||
| Version: 5.15.0 | ||
| Port-Version: 1 | ||
| Description: Qt5 Image Formats Module - Plugins for additional image formats: TIFF, MNG, TGA, WBMP | ||
| Build-Depends: qt5-base[core], tiff, libwebp, jasper |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| Source: qt5-location | ||
| Version: 5.15.0 | ||
| Port-Version: 1 | ||
| Description: Qt5 Location Module - Displays map, navigation, and place content in a QML application. | ||
| Build-Depends: qt5-base[core], qt5-declarative, qt5-quickcontrols, qt5-quickcontrols2, qt5-serialport |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| message(STATUS "${PORT} has a spurious failure in which it is unable to create a parent directory! Just retry.") | ||
| include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake) | ||
|
|
||
| # Disable parallel build | ||
| set(VCPKG_CONCURRENCY 1) | ||
| qt_submodule_installation(PATCHES clipper.patch) |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| Source: qwt | ||
| Version: 6.1.4 | ||
| Port-Version: 1 | ||
| Homepage: https://sourceforge.net/projects/qwt | ||
| Description: Qt widgets library for technical applications | ||
| Build-Depends: qt5-base[core], qt5-svg, qt5-tools |
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
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.
Uh oh!
There was an error while loading. Please reload this page.