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

Commit

Permalink
build rome using older glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Nov 10, 2022
1 parent 42d5d61 commit 8a7d870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
check:
name: Check version
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64
outputs:
version: ${{ env.version }}
prerelease: ${{ env.prerelease }}
Expand Down Expand Up @@ -59,9 +60,11 @@ jobs:
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
code-target: linux-x64
container: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
code-target: linux-arm64
container: quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
- os: macos-11
target: x86_64-apple-darwin
code-target: darwin-x64
Expand All @@ -71,6 +74,7 @@ jobs:

name: Package ${{ matrix.code-target }}
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}

needs: check
if: needs.check.outputs.version_changed == 'true' || needs.check.outputs.nightly == 'true'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release_lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ jobs:
- os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
code-target: linux-x64
container: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
code-target: linux-arm64
container: quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
- os: macos-11
target: x86_64-apple-darwin
code-target: darwin-x64
Expand All @@ -92,6 +94,7 @@ jobs:

name: Package ${{ matrix.code-target }}
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}

needs: check
env:
Expand Down

0 comments on commit 8a7d870

Please sign in to comment.