Skip to content

Test manylinux_2_28#1152

Merged
asmorkalov merged 36 commits intoopencv:4.xfrom
avdivan:manylinux2014
Dec 10, 2025
Merged

Test manylinux_2_28#1152
asmorkalov merged 36 commits intoopencv:4.xfrom
avdivan:manylinux2014

Conversation

@avdivan
Copy link
Copy Markdown
Contributor

@avdivan avdivan commented Oct 20, 2025

No description provided.

Comment thread .github/workflows/build_wheels_linux.yml Outdated
TRAVIS_BUILD_DIR: ${{ github.workspace }}
CONFIG_PATH: travis_config.sh
DOCKER_IMAGE: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
DOCKER_IMAGE: ${{ matrix.manylinux == '2014' && (matrix.platform == 'x86_64' && 'quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630') || '' || (matrix.platform == 'x86_64' && 'quay.io/opencv-ci/opencv-python-manylinux_2_28-x86-64:20251013') || 'quay.io/opencv-ci/opencv-python-manylinux_2_28-aarch64:20251013' }}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some logic mistake.

Comment thread travis_config.sh Outdated
Comment thread .github/workflows/build_wheels_linux.yml Outdated
NP_TEST_DEP_LATEST: numpy==2.2.6
CONFIG_PATH: travis_config.sh
PLAT: x86_64
PLAT: ${{ matrix.platform == 'x86_64' && 'x86_64' || 'aarch64' }}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m.b. just PLAT: ${{ matrix.platform }}?

Comment thread .github/workflows/build_wheels_linux.yml Outdated
@asmorkalov asmorkalov merged commit 0795a08 into opencv:4.x Dec 10, 2025
273 of 284 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants