Return to using qt online installer by default.#538
Merged
nuclearsandwich merged 5 commits intomasterfrom Jan 27, 2021
Merged
Conversation
This change in tandem with refactored qt5 recipes will allow us to use either the qt5 online installer with the latest version of qt5 on Windows or the 5.12 offline installer. This is designed to be used whenever the Qt5 online installer is unavailable. Since the offline installer stopped being made available for open source builds after 5.12 it is not recommended unless the online installer is unusable.
Member
Author
Member
Author
This reverts commit cb77f9a.
Member
Author
|
Having tested the offline installer logic I reverted the commit which switched to it. Before merging here we should get reviews on the cookbook PR so that the last commit on this PR will return us to the |
brawner
approved these changes
Jan 26, 2021
Member
Author
Contributor
|
I'm not positive but I think that since this PR I have not been able to have any successful windows builds e.g. https://ci.ros2.org/job/ci_windows/13592/console |
Member
Author
|
Investigating now. Due to the nature of docker cache-busting I'm not sure whether a revert will immediately bring CI back online but I'll try that first. |
nuclearsandwich
added a commit
that referenced
this pull request
Jan 28, 2021
This reverts commit 2d6b2bd.
Member
Author
|
@emersonknapp the revert has been merged so CI should be unblocked. Thanks for reporting |
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.
This change in tandem with refactored qt5 recipes will allow us to use
either the qt5 online installer with the latest version of qt5 on
Windows or the 5.12 offline installer. This is designed to be used
whenever the Qt5 online installer is unavailable. Since the offline
installer stopped being made available for open source builds after
5.12 it is not recommended unless the online installer is unusable.