File tree 1 file changed +12
-0
lines changed 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,18 @@ jobs:
247
247
manylinux : auto
248
248
args : --release -i python3.9 --no-sdist -m examples/maturin-starter/Cargo.toml
249
249
250
+ - run : sudo rm -rf examples/maturin-starter/target
251
+ if : ${{ matrix.platform.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
252
+ - name : Test cross compile to same architecture
253
+ if : ${{ matrix.platform.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
254
+ uses : messense/maturin-action@v1
255
+ env :
256
+ PYO3_CROSS_LIB_DIR : /opt/python/cp39-cp39/lib
257
+ with :
258
+ target : x86_64-unknown-linux-gnu
259
+ manylinux : auto
260
+ args : --release -i python3.9 --no-sdist -m examples/maturin-starter/Cargo.toml
261
+
250
262
- name : Test cross compilation
251
263
if : ${{ matrix.platform.os == 'macos-latest' && matrix.python-version == '3.9' }}
252
264
uses : messense/maturin-action@v1
You can’t perform that action at this time.
0 commit comments