File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ jobs:
6161 branch : ${{ fromJSON(needs.branch_eval.outputs.branches )}}
6262 include :
6363 - version : ' 24.04'
64- image : ' 24.04:20250329 '
64+ image : ' 24.04:20250505 '
6565 jpegxl : true
6666 avif : true
6767 avx2 : true
6868 # TODO: enable later
6969 # - version: '24.04_asan'
70- # image: '24.04:20250329 '
70+ # image: '24.04:20250505 '
7171 # asan: true
7272 # jpegxl: true
7373 # avif: true
7676 avif : true
7777 plugins : true
7878 - version : ' 20.04'
79- image : ' 20.04:20230413 '
79+ image : ' 20.04:20250505 '
8080 limited_api : true
8181
8282 defaults :
Original file line number Diff line number Diff line change 1- # Version: 20230413
1+ # Version: 20250505
22# Image name: quay.io/opencv-ci/opencv-ubuntu-20.04
33
44FROM ubuntu:20.04
3535 libtiff5-dev \
3636 libopenjp2-7-dev \
3737 libraw-dev \
38+ libopenexr-dev \
3839 libgtk-3-dev \
3940 libavcodec-dev \
4041 libavformat-dev \
6768 pkg-config \
6869 && \
6970 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
7172
7273RUN \
7374 apt-get update && \
Original file line number Diff line number Diff line change 1- # Version: 20250329
1+ # Version: 20250505
22# Image name: quay.io/opencv-ci/opencv-ubuntu-24.04
33
44FROM ubuntu:24.04
4040 libopenjp2-7-dev \
4141 libavif-dev \
4242 libjxl-dev \
43+ libopenexr-dev \
4344 libgtk-3-dev \
4445 libgtk-4-dev \
4546 libavcodec-dev \
You can’t perform that action at this time.
0 commit comments