-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update Linux-GitHub runner to Ubuntu 24.04.01 LTS #13781
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
0bde346
Update runner for Linux build to Ubuntu 24.04.01 LTS
JoergAtGithub 257488d
Update build-checks to Ubuntu 24.04.01 LTS and use Clazy v1.12
JoergAtGithub 692c64e
Reduced include scope from module include of QtQml by class include o…
JoergAtGithub 658faa7
Enable clazy module include check
JoergAtGithub a837df6
Removed module wide include of QtSql and added class includes where n…
JoergAtGithub e487fc4
Removed module wide include of QtConcurrent and added sub includes wh…
JoergAtGithub aef67fa
Merge remote-tracking branch 'upstream/main' into ubuntu_240401
JoergAtGithub 2f3f826
Removed module wide include of QtDbus and added class includes instead
JoergAtGithub 57c09d9
Merge remote-tracking branch 'upstream/main' into ubuntu_240401
JoergAtGithub 46d98ad
Add clazy PPA to work around the outdated clazy 1.11 version
daschuer aa05940
Restore lost clazy version printout, and only install clazy for the c…
JoergAtGithub 3a58cd0
Merge remote-tracking branch 'upstream/main' into ubuntu_240401
JoergAtGithub 4142e7f
Add comments at the issue locations, that we don't forget to remove -…
JoergAtGithub 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 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 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
Oops, something went wrong.
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
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.
this should be reverted... pre-commit does that automatically unfortunately when running
autoupdate
.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.
I opened PR #13880, which reverts this unintended change.