-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b052913
commit e931335
Showing
2 changed files
with
31 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,13 @@ jobs: | |
|
||
- name: Build wheels | ||
uses: PyO3/maturin-action@v1 | ||
env: | ||
RUSTFLAGS: "-Zinline-mir=no" | ||
with: | ||
rust-toolchain: nightly | ||
target: ${{ matrix.target }} | ||
manylinux: manylinux_2_28 | ||
args: RUSTFLAGS="-Zinline-mir=no" --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
args: --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
before-script-linux: | | ||
yum update -y | ||
yum install openssl openssl-devel perl-IPC-Cmd -y | ||
|
@@ -59,11 +61,13 @@ jobs: | |
|
||
# - name: Build wheels | ||
# uses: PyO3/maturin-action@v1 | ||
# env: | ||
# RUSTFLAGS: "-Zinline-mir=no" | ||
# with: | ||
# rust-toolchain: nightly | ||
# target: ${{ matrix.target }} | ||
# manylinux: auto | ||
# args: RUSTFLAGS="-Zinline-mir=no" --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
# args: --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
|
||
# # This is currently failing with | ||
# # python: command not found | ||
|
@@ -112,9 +116,11 @@ jobs: | |
|
||
- name: Build wheels - ${{ matrix.platform.target }} | ||
uses: PyO3/maturin-action@v1 | ||
env: | ||
RUSTFLAGS: "-Zinline-mir=no" | ||
with: | ||
target: ${{ matrix.platform.target }} | ||
args: RUSTFLAGS="-Zinline-mir=no" --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
args: --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
sccache: "true" | ||
|
||
- name: Install built wheel - ${{ matrix.platform.target }} | ||
|
@@ -145,10 +151,12 @@ jobs: | |
|
||
- name: Build wheels | ||
uses: PyO3/maturin-action@v1 | ||
env: | ||
RUSTFLAGS: "-Zinline-mir=no" | ||
with: | ||
rust-toolchain: nightly | ||
target: ${{ matrix.target }} | ||
args: RUSTFLAGS="-Zinline-mir=no" --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
args: --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
|
||
- name: Install built wheel | ||
run: | | ||
|
@@ -184,7 +192,8 @@ jobs: | |
# rust-toolchain: nightly | ||
# target: ${{ matrix.target }} | ||
# manylinux: musllinux_1_2 | ||
# args: RUSTFLAGS="-Zinline-mir=no" --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
# TODO: update rustflags env | ||
# args: --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
|
||
# - name: Install built wheel | ||
# if: matrix.target == 'x86_64-unknown-linux-musl' | ||
|
@@ -227,7 +236,8 @@ jobs: | |
# rust-toolchain: nightly | ||
# target: ${{ matrix.platform.target }} | ||
# manylinux: musllinux_1_2 | ||
# args: RUSTFLAGS="-Zinline-mir=no" --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
# TODO: update rustflags env | ||
# args: --release --out dist --find-interpreter -m python/geoarrow-io/Cargo.toml | ||
|
||
# - uses: uraimo/[email protected] | ||
# name: Install built wheel | ||
|