mirror of
https://github.com/openai/harmony.git
synced 2025-08-23 10:17:08 -04:00
cleanup flags and platforms
This commit is contained in:
parent
2d077f3745
commit
b16552ff24
4 changed files with 8 additions and 12 deletions
12
.github/workflows/CI.yml
vendored
12
.github/workflows/CI.yml
vendored
|
@ -32,10 +32,6 @@ jobs:
|
|||
target: aarch64
|
||||
- runner: ubuntu-22.04
|
||||
target: armv7
|
||||
# - runner: ubuntu-22.04
|
||||
# target: s390x
|
||||
# - runner: ubuntu-22.04
|
||||
# target: ppc64le
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
|
@ -48,7 +44,7 @@ jobs:
|
|||
CFLAGS_aarch64_unknown_linux_gnu: -D__ARM_ARCH=8
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: -F python-binding --release --out dist --find-interpreter
|
||||
args: --release --out dist --find-interpreter
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
manylinux: auto
|
||||
- name: Upload wheels
|
||||
|
@ -82,7 +78,7 @@ jobs:
|
|||
CFLAGS_aarch64_unknown_linux_musl: -D__ARM_ARCH=8
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: -F python-binding --release --out dist --find-interpreter
|
||||
args: --release --out dist --find-interpreter
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
manylinux: musllinux_1_2
|
||||
- name: Upload wheels
|
||||
|
@ -110,7 +106,7 @@ jobs:
|
|||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: -F python-binding --release --out dist --find-interpreter
|
||||
args: --release --out dist --find-interpreter
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@v4
|
||||
|
@ -136,7 +132,7 @@ jobs:
|
|||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: -F python-binding --release --out dist --find-interpreter
|
||||
args: --release --out dist --find-interpreter
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue