Skip to content

Commit

Permalink
Use manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
ermakov-oleg committed Aug 6, 2024
1 parent a426bdc commit 7f8c91c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
platform:
- runner: ubuntu-latest
target: x86_64
manylinux: manylinux_2_28
before-script: yum install clang llvm llvm-devel -y
- runner: ubuntu-latest
target: aarch64
before-script: apt-get update && apt-get install -y libclang-dev
steps:
- uses: actions/checkout@v4
- name: Build wheels
Expand All @@ -28,7 +33,8 @@ jobs:
target: ${{ matrix.platform.target }}
working-directory: cli
args: --release --out dist
sccache: "true"
manylinux: ${{ matrix.platform.manylinux }}
before-script-linux: ${{ matrix.platform.before-script }}
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7f8c91c

Please sign in to comment.