File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ jobs:
61
61
branch : ${{ fromJSON(needs.branch_eval.outputs.branches )}}
62
62
include :
63
63
- version : ' 24.04'
64
- image : ' 24.04:20250329 '
64
+ image : ' 24.04:20250505 '
65
65
jpegxl : true
66
66
avif : true
67
67
avx2 : true
68
68
# TODO: enable later
69
69
# - version: '24.04_asan'
70
- # image: '24.04:20250329 '
70
+ # image: '24.04:20250505 '
71
71
# asan: true
72
72
# jpegxl: true
73
73
# avif: true
76
76
avif : true
77
77
plugins : true
78
78
- version : ' 20.04'
79
- image : ' 20.04:20230413 '
79
+ image : ' 20.04:20250505 '
80
80
limited_api : true
81
81
82
82
defaults :
Original file line number Diff line number Diff line change 1
- # Version: 20230413
1
+ # Version: 20250505
2
2
# Image name: quay.io/opencv-ci/opencv-ubuntu-20.04
3
3
4
4
FROM ubuntu:20.04
35
35
libtiff5-dev \
36
36
libopenjp2-7-dev \
37
37
libraw-dev \
38
+ libopenexr-dev \
38
39
libgtk-3-dev \
39
40
libavcodec-dev \
40
41
libavformat-dev \
67
68
pkg-config \
68
69
&& \
69
70
apt-get clean && python3 -m pip install --upgrade pip && \
70
- pip install requests pylint==2.4.4 reportlab svglib && pip cache purge
71
+ pip install requests pylint==2.4.4 reportlab svglib pycairo rlPyCairo && pip cache purge
71
72
72
73
RUN \
73
74
apt-get update && \
Original file line number Diff line number Diff line change 1
- # Version: 20250329
1
+ # Version: 20250505
2
2
# Image name: quay.io/opencv-ci/opencv-ubuntu-24.04
3
3
4
4
FROM ubuntu:24.04
40
40
libopenjp2-7-dev \
41
41
libavif-dev \
42
42
libjxl-dev \
43
+ libopenexr-dev \
43
44
libgtk-3-dev \
44
45
libgtk-4-dev \
45
46
libavcodec-dev \
You can’t perform that action at this time.
0 commit comments