Skip to content
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

docker.io/qgis/qgis3-build-deps:latest fails to meet QGIS build requirements in master branch #60189

Closed
2 tasks
strk opened this issue Jan 20, 2025 · 5 comments · Fixed by #60200
Closed
2 tasks
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! testsuite Issue related to testsuite

Comments

@strk
Copy link
Contributor

strk commented Jan 20, 2025

What is the bug or the crash?

The docker.io/qgis/qgis3-build-deps:latest image is pulled by .ci/run_tests.sh to build QGIS but that image has a too old CMake (3.22.1, while master branch requires 3.23)

Steps to reproduce the issue

Run .ci/run_tests.sh

Versions

Current master

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

Additional context

We need the script to use a different image, I guess. But it may also be a good idea to remove the broken image from docker.io ?

@strk strk added Bug Either a bug report, or a bug fix. Let's hope for the latter! testsuite Issue related to testsuite labels Jan 20, 2025
@strk
Copy link
Contributor Author

strk commented Jan 20, 2025

The "latest" tag was last updated 10 months ago: https://hub.docker.com/r/qgis/qgis3-build-deps/tags

@3nids what is the new naming convention ? I'd need a way to determine which image to use to build the code in a git branch...

@3nids
Copy link
Member

3nids commented Jan 20, 2025

Not sure why it's not pushed to the hub anymore,.but you can use one of the two docker files in the .docker directory (qt5 or qt6)

@strk
Copy link
Contributor Author

strk commented Jan 21, 2025

I'd rather use a pre-existing image than build one locally. QGIS testsuite is already very time consuming to run...
Do you have any idea about which project is in charge to upload that tag to the hub ?

@3nids
Copy link
Member

3nids commented Jan 21, 2025

regression came here: https://github.com/qgis/QGIS/pull/56953/files#r1923645439
fixed in #60200

@3nids
Copy link
Member

3nids commented Jan 21, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! testsuite Issue related to testsuite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants