@@ -37,93 +37,93 @@ jobs:
37
37
fail-fast : false
38
38
with :
39
39
target : thumbv7neon-linux-androideabi
40
- i586-unknown-linux-gnu :
41
- uses : ./.github/workflows/run-ci-script.yml
42
- strategy :
43
- fail-fast : false
44
- with :
45
- target : i586-unknown-linux-gnu
46
- rustflags : -Crelocation-model=static
40
+ # i586-unknown-linux-gnu:
41
+ # uses: ./.github/workflows/run-ci-script.yml
42
+ # strategy:
43
+ # fail-fast: false
44
+ # with:
45
+ # target: i586-unknown-linux-gnu
46
+ # rustflags: -Crelocation-model=static
47
47
i586-unknown-linux-gnu-SSE :
48
48
uses : ./.github/workflows/run-ci-script.yml
49
49
strategy :
50
50
fail-fast : false
51
51
with :
52
52
target : i586-unknown-linux-gnu
53
53
rustflags : -Crelocation-model=static -Ctarget-feature=+sse
54
- i586-unknown-linux-gnu-SSE2 :
55
- uses : ./.github/workflows/run-ci-script.yml
56
- strategy :
57
- fail-fast : false
58
- with :
59
- target : i586-unknown-linux-gnu
60
- rustflags : -Crelocation-model=static -Ctarget-feature=+sse2
61
- i686-unknown-linux-gnu :
62
- uses : ./.github/workflows/run-ci-script.yml
63
- strategy :
64
- fail-fast : false
65
- with :
66
- target : i686-unknown-linux-gnu
67
- rustflags : -Crelocation-model=static
68
- i686-unknown-linux-gnu-SSE4_2 :
69
- uses : ./.github/workflows/run-ci-script.yml
70
- strategy :
71
- fail-fast : false
72
- with :
73
- target : i686-unknown-linux-gnu
74
- rustflags : -Crelocation-model=static -Ctarget-feature=+sse4.2
75
- i686-unknown-linux-gnu-AVX2 :
76
- uses : ./.github/workflows/run-ci-script.yml
77
- strategy :
78
- fail-fast : false
79
- with :
80
- target : i686-unknown-linux-gnu
81
- rustflags : -Crelocation-model=static -Ctarget-feature=+avx2
82
- x86_64-unknown-linux-gnu :
83
- uses : ./.github/workflows/run-ci-script.yml
84
- strategy :
85
- fail-fast : true
86
- with :
87
- target : x86_64-unknown-linux-gnu
88
- x86_64-unknown-linux-gnu-SSE4_2 :
89
- uses : ./.github/workflows/run-ci-script.yml
90
- strategy :
91
- fail-fast : true
92
- with :
93
- target : x86_64-unknown-linux-gnu
94
- rustflags : -Ctarget-feature=+sse4.2
95
- x86_64-unknown-linux-gnu-AVX2 :
96
- uses : ./.github/workflows/run-ci-script.yml
97
- strategy :
98
- fail-fast : true
99
- with :
100
- target : x86_64-unknown-linux-gnu
101
- rustflags : -Ctarget-feature=+avx2
102
- arm-unknown-linux-gnueabihf :
103
- uses : ./.github/workflows/run-ci-script.yml
104
- strategy :
105
- fail-fast : true
106
- with :
107
- target : arm-unknown-linux-gnueabihf
108
- armv7-unknown-linux-gnueabihf :
109
- uses : ./.github/workflows/run-ci-script.yml
110
- strategy :
111
- fail-fast : true
112
- with :
113
- target : armv7-unknown-linux-gnueabihf
114
- armv7-unknown-linux-gnueabihf-NEON :
115
- uses : ./.github/workflows/run-ci-script.yml
116
- strategy :
117
- fail-fast : true
118
- with :
119
- target : armv7-unknown-linux-gnueabihf
120
- rustflags : -Ctarget-feature=+neon
121
- thumbv7neon-unknown-linux-gnueabihf :
122
- uses : ./.github/workflows/run-ci-script.yml
123
- strategy :
124
- fail-fast : false
125
- with :
126
- target : thumbv7neon-unknown-linux-gnueabihf
54
+ # i586-unknown-linux-gnu-SSE2:
55
+ # uses: ./.github/workflows/run-ci-script.yml
56
+ # strategy:
57
+ # fail-fast: false
58
+ # with:
59
+ # target: i586-unknown-linux-gnu
60
+ # rustflags: -Crelocation-model=static -Ctarget-feature=+sse2
61
+ # i686-unknown-linux-gnu:
62
+ # uses: ./.github/workflows/run-ci-script.yml
63
+ # strategy:
64
+ # fail-fast: false
65
+ # with:
66
+ # target: i686-unknown-linux-gnu
67
+ # rustflags: -Crelocation-model=static
68
+ # i686-unknown-linux-gnu-SSE4_2:
69
+ # uses: ./.github/workflows/run-ci-script.yml
70
+ # strategy:
71
+ # fail-fast: false
72
+ # with:
73
+ # target: i686-unknown-linux-gnu
74
+ # rustflags: -Crelocation-model=static -Ctarget-feature=+sse4.2
75
+ # i686-unknown-linux-gnu-AVX2:
76
+ # uses: ./.github/workflows/run-ci-script.yml
77
+ # strategy:
78
+ # fail-fast: false
79
+ # with:
80
+ # target: i686-unknown-linux-gnu
81
+ # rustflags: -Crelocation-model=static -Ctarget-feature=+avx2
82
+ # x86_64-unknown-linux-gnu:
83
+ # uses: ./.github/workflows/run-ci-script.yml
84
+ # strategy:
85
+ # fail-fast: true
86
+ # with:
87
+ # target: x86_64-unknown-linux-gnu
88
+ # x86_64-unknown-linux-gnu-SSE4_2:
89
+ # uses: ./.github/workflows/run-ci-script.yml
90
+ # strategy:
91
+ # fail-fast: true
92
+ # with:
93
+ # target: x86_64-unknown-linux-gnu
94
+ # rustflags: -Ctarget-feature=+sse4.2
95
+ # x86_64-unknown-linux-gnu-AVX2:
96
+ # uses: ./.github/workflows/run-ci-script.yml
97
+ # strategy:
98
+ # fail-fast: true
99
+ # with:
100
+ # target: x86_64-unknown-linux-gnu
101
+ # rustflags: -Ctarget-feature=+avx2
102
+ # arm-unknown-linux-gnueabihf:
103
+ # uses: ./.github/workflows/run-ci-script.yml
104
+ # strategy:
105
+ # fail-fast: true
106
+ # with:
107
+ # target: arm-unknown-linux-gnueabihf
108
+ # armv7-unknown-linux-gnueabihf:
109
+ # uses: ./.github/workflows/run-ci-script.yml
110
+ # strategy:
111
+ # fail-fast: true
112
+ # with:
113
+ # target: armv7-unknown-linux-gnueabihf
114
+ # armv7-unknown-linux-gnueabihf-NEON:
115
+ # uses: ./.github/workflows/run-ci-script.yml
116
+ # strategy:
117
+ # fail-fast: true
118
+ # with:
119
+ # target: armv7-unknown-linux-gnueabihf
120
+ # rustflags: -Ctarget-feature=+neon
121
+ # thumbv7neon-unknown-linux-gnueabihf:
122
+ # uses: ./.github/workflows/run-ci-script.yml
123
+ # strategy:
124
+ # fail-fast: false
125
+ # with:
126
+ # target: thumbv7neon-unknown-linux-gnueabihf
127
127
aarch64-unknown-linux-gnu-NEON :
128
128
uses : ./.github/workflows/run-ci-script.yml
129
129
strategy :
@@ -181,24 +181,24 @@ jobs:
181
181
fail-fast : false
182
182
with :
183
183
target : wasm32-unknown-unknown
184
- x86_64-apple-darwin-SSE4_2 :
185
- uses : ./.github/workflows/run-ci-script.yml
186
- strategy :
187
- fail-fast : true
188
- with :
189
- runner : macos-latest
190
- script : ci/run.sh
191
- target : x86_64-apple-darwin
192
- rustflags : -Ctarget-feature=+sse4.2
193
- x86_64-apple-darwin-AVX :
194
- uses : ./.github/workflows/run-ci-script.yml
195
- strategy :
196
- fail-fast : true
197
- with :
198
- runner : macos-latest
199
- script : ci/run.sh
200
- target : x86_64-apple-darwin
201
- rustflags : -Ctarget-feature=+avx
184
+ # x86_64-apple-darwin-SSE4_2:
185
+ # uses: ./.github/workflows/run-ci-script.yml
186
+ # strategy:
187
+ # fail-fast: true
188
+ # with:
189
+ # runner: macos-latest
190
+ # script: ci/run.sh
191
+ # target: x86_64-apple-darwin
192
+ # rustflags: -Ctarget-feature=+sse4.2
193
+ # x86_64-apple-darwin-AVX:
194
+ # uses: ./.github/workflows/run-ci-script.yml
195
+ # strategy:
196
+ # fail-fast: true
197
+ # with:
198
+ # runner: macos-latest
199
+ # script: ci/run.sh
200
+ # target: x86_64-apple-darwin
201
+ # rustflags: -Ctarget-feature=+avx
202
202
x86_64-apple-ios :
203
203
uses : ./.github/workflows/run-ci-script.yml
204
204
strategy :
0 commit comments