Bump CI to Ubuntu version 26.04#66390
Open
troopa81 wants to merge 5 commits into
Open
Conversation
jef-n
reviewed
Jun 8, 2026
b5be455 to
522936d
Compare
Contributor
522936d to
0b53dcf
Compare
0b53dcf to
f7bf18c
Compare
Contributor
Tests failed for Qt 6 (ALL_BUT_PROVIDERS - fedora)One or more tests failed using the build from commit f7bf18c font_texture_atlas_hyihgfont_texture_atlas_hyihgTest failed at test_atlas at tests/src/python/test_qgsfonttextureatlasgenerator.py:256 Rendered image did not match tests/testdata/control_images/texture_atlas_generator/expected_font_texture_atlas_hyihg/expected_font_texture_atlas_hyihg.png (found 112 pixels different) The full test report (included comparison of rendered vs expected images) can be found here. Further documentation on the QGIS test infrastructure can be found in the Developer's Guide. |
Because it's already set as a clang plugin in CMakeLists.txt. Calling clazy command is a convenience wrapper which calls clang and add also the clazy plugin. Having set twice the plugin generate strange behavior.
So we can the use clang-tidy QueryBasedCustomChecks https://clang.llvm.org/extra/clang-tidy/QueryBasedCustomChecks.html
We get crashes with recent version of Qt
f7bf18c to
a04c0c4
Compare
a04c0c4 to
85e4659
Compare
Collaborator
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.
AI tool usage