File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 71
71
- target : arm-unknown-linux-gnueabihf
72
72
arch : armhf
73
73
strip : arm-linux-gnueabihf-strip
74
+ cflags : -mfpu=neon
74
75
- target : aarch64-unknown-linux-gnu
75
76
arch : arm64
76
77
strip : aarch64-linux-gnu-strip
78
+ cflags : ' '
77
79
name : ${{ matrix.target }}
78
80
runs-on : ubuntu-latest
79
81
steps :
94
96
run : yarn build-native-release
95
97
env :
96
98
RUST_TARGET : ${{ matrix.target }}
99
+ CFLAGS : ${{ matrix.cflags }}
97
100
- name : Strip debug symbols # https://github.com/rust-lang/rust/issues/46034
98
101
run : ${{ matrix.strip }} packages/*/*/*.node
99
102
- name : Upload artifacts
@@ -119,8 +122,10 @@ jobs:
119
122
include :
120
123
- target : x86_64-unknown-linux-musl
121
124
strip : strip
125
+ cflags : -msse4.2
122
126
- target : aarch64-unknown-linux-musl
123
127
strip : aarch64-linux-musl-strip
128
+ cflags : ' '
124
129
name : ${{ matrix.target }}
125
130
runs-on : ubuntu-latest
126
131
container :
@@ -150,6 +155,7 @@ jobs:
150
155
run : yarn build-native-release
151
156
env :
152
157
RUST_TARGET : ${{ matrix.target }}
158
+ CFLAGS : ${{ matrix.cflags }}
153
159
- name : Strip debug symbols # https://github.com/rust-lang/rust/issues/46034
154
160
run : ${{ matrix.strip }} packages/*/*/*.node
155
161
- name : Upload artifacts
Original file line number Diff line number Diff line change 70
70
- target : arm-unknown-linux-gnueabihf
71
71
arch : armhf
72
72
strip : arm-linux-gnueabihf-strip
73
+ cflags : -mfpu=neon
73
74
- target : aarch64-unknown-linux-gnu
74
75
arch : arm64
75
76
strip : aarch64-linux-gnu-strip
77
+ cflags : ' '
76
78
name : ${{ matrix.target }}
77
79
runs-on : ubuntu-latest
78
80
steps :
93
95
run : yarn build-native-release
94
96
env :
95
97
RUST_TARGET : ${{ matrix.target }}
98
+ CFLAGS : ${{ matrix.cflags }}
96
99
- name : Strip debug symbols # https://github.com/rust-lang/rust/issues/46034
97
100
run : ${{ matrix.strip }} packages/*/*/*.node
98
101
- name : Upload artifacts
@@ -118,8 +121,10 @@ jobs:
118
121
include :
119
122
- target : x86_64-unknown-linux-musl
120
123
strip : strip
124
+ cflags : -msse4.2
121
125
- target : aarch64-unknown-linux-musl
122
126
strip : aarch64-linux-musl-strip
127
+ cflags : ' '
123
128
name : ${{ matrix.target }}
124
129
runs-on : ubuntu-latest
125
130
container :
@@ -149,6 +154,7 @@ jobs:
149
154
run : yarn build-native-release
150
155
env :
151
156
RUST_TARGET : ${{ matrix.target }}
157
+ CFLAGS : ${{ matrix.cflags }}
152
158
- name : Strip debug symbols # https://github.com/rust-lang/rust/issues/46034
153
159
run : ${{ matrix.strip }} packages/*/*/*.node
154
160
- name : Upload artifacts
You can’t perform that action at this time.
0 commit comments