-
Notifications
You must be signed in to change notification settings - Fork 20
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 update to cover OpenEXR branch. #221
base: main
Are you sure you want to change the base?
Conversation
New pipeline should be updated instead: ci-gha-workflow/.github/workflows/OCV-PR-Linux.yaml Lines 63 to 80 in b15d6fc
Old linux pipelines can be removed (except OpenVINO and CUDA variants). |
124aaab
to
2a0ba5e
Compare
Updated the new pipeline too. Let's drop old pipelines with separate PR. |
@@ -33,7 +33,7 @@ jobs: | |||
run: | |||
shell: bash | |||
container: | |||
image: quay.io/opencv-ci/opencv-ubuntu-20.04-openvino:20230724 | |||
image: quay.io/opencv-ci/opencv-ubuntu-20.04-openvino:20250207 |
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.
OpenVINO image has not been updated in the corresponding PR.
Perhaps then we can revert them in current PR to reduce number of builds. |
Looks like there are some issues with updated docker images:
I noticed that on ubuntu 24 we have following packages:
but on Ubuntu 20:
|
Yes, I'm working on it. |
Apparently compiler version has changed in the updated 24.04 image 13.2.0 -> 13.3.0. I believe this could be the reason for calib test failure. |
Looks like Calib tests failure is not related to GCC version itself, but some other libraries. I cannot reproduce the failure locally. Works on Docker-based reproducer. |
Requires opencv-infrastructure/opencv-gha-dockerfile#48
Ubuntu 22.04 is not touched to cover the case without OpenEXR.