File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141 MB_ML_VER : 2014
4242 TRAVIS_BUILD_DIR : ${{ github.workspace }}
4343 CONFIG_PATH : travis_config.sh
44- DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20220824
44+ DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20221205
4545 USE_CCACHE : 0
4646 UNICODE_WIDTH : 32
4747 PLAT : x86_64
Original file line number Diff line number Diff line change 4242 MB_ML_VER : 2014
4343 TRAVIS_BUILD_DIR : ${{ github.workspace }}
4444 CONFIG_PATH : travis_config.sh
45- DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-aarch64:20220824
45+ DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-aarch64:20221205
4646 USE_CCACHE : 0
4747 UNICODE_WIDTH : 32
4848 SDIST : ${{ matrix.build_sdist || 0 }}
Original file line number Diff line number Diff line change 4545 USE_CCACHE : 1
4646 UNICODE_WIDTH : 32
4747 PLAT : x86_64
48- FFMPEG_FORMULA_VERSION : ' @4 '
48+ FFMPEG_FORMULA_VERSION : ' @5 '
4949 SDIST : ${{ matrix.build_sdist || 0 }}
5050 ENABLE_HEADLESS : ${{ matrix.without_gui }}
5151 ENABLE_CONTRIB : ${{ matrix.with_contrib }}
Original file line number Diff line number Diff line change 1- # Version: 20220824
1+ # Version: 20221205
22# Image name: quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
33
44FROM quay.io/pypa/manylinux2014_aarch64:latest
@@ -11,7 +11,7 @@ ARG NASM_VERSION=2.15.04
1111ARG OPENSSL_VERSION=1_1_1s
1212ARG QT_VERSION=5.15.0
1313ARG YASM_VERSION=1.3.0
14- ARG ZLIB_VERSION=1.2.12
14+ ARG ZLIB_VERSION=1.2.13
1515
1616ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
1717
Original file line number Diff line number Diff line change 1- # Version: 20220824
1+ # Version: 20221205
22# Image name: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
33
44FROM quay.io/pypa/manylinux2014_x86_64:latest
@@ -11,7 +11,7 @@ ARG NASM_VERSION=2.15.04
1111ARG OPENSSL_VERSION=1_1_1s
1212ARG QT_VERSION=5.15.0
1313ARG YASM_VERSION=1.3.0
14- ARG ZLIB_VERSION=1.2.12
14+ ARG ZLIB_VERSION=1.2.13
1515
1616ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
1717
You can’t perform that action at this time.
0 commit comments