Commit 131712d 1 parent 0559603 commit 131712d Copy full SHA for 131712d
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 71
71
# https://github.com/rust-cross/manylinux-cross?tab=readme-ov-file#manylinux_2_28
72
72
before-script-linux : |
73
73
set -e
74
- apt-get install -y pkg-config libssl-dev unzip \
74
+ # apt-get install -y pkg-config libssl-dev unzip \
75
+ yum install -y openssl-devel clang \
75
76
&& curl -L https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-linux-aarch_64.zip > /tmp/protoc.zip \
76
77
&& unzip /tmp/protoc.zip -d /usr/local \
77
78
&& rm /tmp/protoc.zip
79
+
Original file line number Diff line number Diff line change @@ -18,15 +18,23 @@ jobs:
18
18
- platform : x86_64
19
19
manylinux : " 2_17"
20
20
extra_args : " "
21
+ runner : ubuntu-22.04
21
22
- platform : x86_64
22
23
manylinux : " 2_28"
23
24
extra_args : " --features fp16kernels"
25
+ runner : ubuntu-22.04
26
+ # TODO: maybe this is irrelevant?
24
27
# ring doesn't compile on aarch64 under manylinux2.17
25
28
# https://github.com/briansmith/ring/issues/1789
29
+ - platform : aarch64
30
+ manylinux : " 2_17"
31
+ extra_args : " "
32
+ runner : ubuntu-2404-4x-arm64
26
33
- platform : aarch64
27
34
manylinux : " 2_28"
28
35
extra_args : " --features fp16kernels"
29
- runs-on : " ubuntu-22.04"
36
+ runner : ubuntu-2404-4x-arm64
37
+ runs-on : ${{ matrix.config.runner }}
30
38
steps :
31
39
- uses : actions/checkout@v4
32
40
with :
You can’t perform that action at this time.
0 commit comments