File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,12 @@ jobs:
28
28
target : [x86_64, aarch64]
29
29
steps :
30
30
- uses : actions/checkout@v4
31
- - name : Setup QEMU
32
- uses : docker/setup-qemu-action@v3
33
- if : ${{ matrix.target }} != 'x86_64'
34
31
- name : Build wheels
35
32
uses : PyO3/maturin-action@v1
36
33
with :
37
34
target : ${{ matrix.target }}
38
35
args : --release --out dist --find-interpreter --manifest-path python/Cargo.toml
39
36
sccache : ' true'
40
- container : quay.io/pypa/manylinux2014_${{ matrix.target }}:latest
41
- docker-options : -e LD_LIBRARY_PATH=/opt/rh/llvm-toolset-7.0/root/usr/lib64 -e LLVM_CONFIG_PATH=/opt/rh/llvm-toolset-7.0/root/usr/bin/llvm-config
42
- before-script-linux : |
43
- yum install -y epel-release && yum install -y krb5-devel llvm-toolset-7.0-clang llvm-toolset-7.0-llvm-devel
44
37
- name : Upload wheels
45
38
uses : actions/upload-artifact@v4
46
39
with :
@@ -54,18 +47,12 @@ jobs:
54
47
target : [x86_64, aarch64]
55
48
steps :
56
49
- uses : actions/checkout@v4
57
- - name : Install native libs
58
- run :
59
- brew install krb5
60
50
- name : Build wheels
61
51
uses : PyO3/maturin-action@v1
62
52
with :
63
53
target : ${{ matrix.target }}
64
54
args : --release --out dist --find-interpreter --manifest-path python/Cargo.toml
65
55
sccache : ' true'
66
- env :
67
- BINDGEN_EXTRA_CLANG_ARGS : " -I/usr/local/include"
68
- LIBRARY_PATH : /usr/local/lib
69
56
- name : Upload wheels
70
57
uses : actions/upload-artifact@v4
71
58
with :
You can’t perform that action at this time.
0 commit comments