-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[qt] fix: conanfile.py RuntimeError: OrderedDict mutated during iteration #14718
Conversation
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying qt/6.x.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
@kaipenglu thanks ! Can you please consider kaipenglu#1, which should fix the qtserialbus issue, and raise an exception if the situation happens for other modules |
This comment has been minimized.
This comment has been minimized.
@ericLemanissier thanks! I didn't know qtserialbus depends on qtserialport. Adding |
@kaipenglu actually, the change in |
Actually fix qtserialbus
This comment has been minimized.
This comment has been minimized.
@ericLemanissier Sorry, I'm new to QT. 😅 I have merged your PR kaipenglu#1. |
Thanks ! did you see the bot's message ?
|
@kaipenglu PLease, don't forget to request for access on the issue #4! |
@kaipenglu can you please close/reopen this PR to trigger CI ? It should start now that you are an an authorized user. |
@prince-chrismc @uilianries @jcar87 this PR has |
This comment has been minimized.
This comment has been minimized.
#15130 :) |
Conan v1 pipelineFailure in build 10 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Hooks produced the following warnings for commit eee3a15qt/5.15.5
|
|
@danimtb @uilianries looks like qt needs a bigger pod instance 😱 |
Well it has been happening for several weeks now, for all PRs on qt, but it always ends up going away by restarting PR CI |
We have a configuration for larger builds, which includes Qt already, it seems like we need to update it and increase more resources. |
Specify library name and version: qt/all
I meet this error when run
conan install .. -s build_type=Release --build missing
with python 3.10.8:My project conanfile.txt: