File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 6161 branch : ${{ fromJSON(needs.branch_eval.outputs.branches )}}
6262 include :
6363 - version : ' 24.04'
64- image : ' 24.04:20250505 '
64+ image : ' 24.04:20251010 '
6565 jpegxl : true
6666 avif : true
6767 avx2 : true
@@ -72,11 +72,11 @@ jobs:
7272 # jpegxl: true
7373 # avif: true
7474 - version : ' 22.04'
75- image : ' 22.04:20230602 '
75+ image : ' 22.04:20251010 '
7676 avif : true
7777 plugins : true
7878 - version : ' 20.04'
79- image : ' 20.04:20250505 '
79+ image : ' 20.04:20251010 '
8080 limited_api : true
8181
8282 defaults :
Original file line number Diff line number Diff line change 1- # Version: 20250505
1+ # Version: 20251010
22# Image name: quay.io/opencv-ci/opencv-ubuntu-20.04
33
44FROM ubuntu:20.04
4141 libavformat-dev \
4242 libswscale-dev \
4343 libavresample-dev \
44+ libavdevice-dev \
4445 ant \
4546 ant-optional \
4647 default-jdk \
Original file line number Diff line number Diff line change 1- # Version: 20230602
1+ # Version: 20251010
22# Image name: quay.io/opencv-ci/opencv-ubuntu-22.04
33
44FROM ubuntu:22.04
3535 libavcodec-dev \
3636 libavformat-dev \
3737 libswscale-dev \
38+ libavdevice-dev \
3839 ant \
3940 ant-optional \
4041 default-jdk \
Original file line number Diff line number Diff line change 1- # Version: 20250805
1+ # Version: 20251010
22# Image name: quay.io/opencv-ci/opencv-ubuntu-24.04
33
44FROM ubuntu:24.04
4747 libavcodec-dev \
4848 libavformat-dev \
4949 libswscale-dev \
50+ libavdevice-dev \
5051 libgstreamer1.0-dev \
5152 libgstreamer-plugins-base1.0-dev \
5253 gstreamer1.0-plugins-good \
You can’t perform that action at this time.
0 commit comments