-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bug 1706255 - Fix Qt sample and Qt CI check #226
Conversation
8a482f9
to
a6e77e5
Compare
a6e77e5
to
79e9d5e
Compare
Ok this is ready for review, it fixes with the Qt sample and "Oh, but the check is red!" -- Indeed, but the check is red because there is another issue on the CI check that is failing to install Qt properly. You will need to take my word that the sample is working, but to give a bit more confidence, here is a video of it working: qt.movI would like to get this merged before I work on the dependencies issue in CI check, because I would not like to block the other fixes (which are more important) on it. |
79e9d5e
to
2f46772
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+wc
This check did not account for errors other than Glean errors i.e. import errors.
fe71d16
to
bfbf60b
Compare
The CI check did not account for errors other than Glean errors i.e. import errors.
Opening this as a draft to check that CI now does fail (as the sample is broke, it cannot import Glean at the moment).