Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 8a7d870

Browse files
committed
build rome using older glibc
1 parent 42d5d61 commit 8a7d870

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/release_cli.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
check:
1414
name: Check version
1515
runs-on: ubuntu-latest
16+
container: quay.io/pypa/manylinux2014_x86_64
1617
outputs:
1718
version: ${{ env.version }}
1819
prerelease: ${{ env.prerelease }}
@@ -59,9 +60,11 @@ jobs:
5960
- os: ubuntu-20.04
6061
target: x86_64-unknown-linux-gnu
6162
code-target: linux-x64
63+
container: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
6264
- os: ubuntu-20.04
6365
target: aarch64-unknown-linux-gnu
6466
code-target: linux-arm64
67+
container: quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
6568
- os: macos-11
6669
target: x86_64-apple-darwin
6770
code-target: darwin-x64
@@ -71,6 +74,7 @@ jobs:
7174

7275
name: Package ${{ matrix.code-target }}
7376
runs-on: ${{ matrix.os }}
77+
container: ${{ matrix.container }}
7478

7579
needs: check
7680
if: needs.check.outputs.version_changed == 'true' || needs.check.outputs.nightly == 'true'

.github/workflows/release_lsp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ jobs:
8080
- os: ubuntu-20.04
8181
target: x86_64-unknown-linux-gnu
8282
code-target: linux-x64
83+
container: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
8384
- os: ubuntu-20.04
8485
target: aarch64-unknown-linux-gnu
8586
code-target: linux-arm64
87+
container: quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
8688
- os: macos-11
8789
target: x86_64-apple-darwin
8890
code-target: darwin-x64
@@ -92,6 +94,7 @@ jobs:
9294

9395
name: Package ${{ matrix.code-target }}
9496
runs-on: ${{ matrix.os }}
97+
container: ${{ matrix.container }}
9598

9699
needs: check
97100
env:

0 commit comments

Comments
 (0)