Skip to content

Commit 843c692

Browse files
Ignore already-passing CI
1 parent aa89d22 commit 843c692

File tree

1 file changed

+98
-98
lines changed

1 file changed

+98
-98
lines changed

.github/workflows/ci.yml

Lines changed: 98 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -37,93 +37,93 @@ jobs:
3737
fail-fast: false
3838
with:
3939
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
4747
i586-unknown-linux-gnu-SSE:
4848
uses: ./.github/workflows/run-ci-script.yml
4949
strategy:
5050
fail-fast: false
5151
with:
5252
target: i586-unknown-linux-gnu
5353
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
127127
aarch64-unknown-linux-gnu-NEON:
128128
uses: ./.github/workflows/run-ci-script.yml
129129
strategy:
@@ -181,24 +181,24 @@ jobs:
181181
fail-fast: false
182182
with:
183183
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
202202
x86_64-apple-ios:
203203
uses: ./.github/workflows/run-ci-script.yml
204204
strategy:

0 commit comments

Comments
 (0)