Skip to content

Commit 14823b4

Browse files
committed
ci: remove x86-64 test for non-SSE environment
This was added in #77 to catch regressions, but it has starting [failing on CI] in a way that I don't understand. Since this is a niche use case, I don't feel compelled to spend the time investigating. On #77, I suggested that we have one of three directions forward: 1. Support for testing this in CI needs to become more robust. 2. Its failure modes need to be better understandable by me. 3. We don't test it at all and instead rely on patches from stakeholders to fix things if they break. (This is the new status quo.) [failing on CI]: https://github.com/BurntSushi/memchr/actions/runs/8030404672/job/21937751272
1 parent e1c10c5 commit 14823b4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -162,22 +162,6 @@ jobs:
162162
- name: Run tests without any features enabled (core-only)
163163
run: cargo test --verbose --no-default-features
164164

165-
# This job uses a custom target file to build the memchr crate on x86-64
166-
# but *without* SSE/AVX target features. This is a somewhat strange
167-
# configuration, but it pops up now and then. Particularly in kernels that
168-
# don't support SSE/AVX registers.
169-
build-for-x86-64-but-non-sse-target:
170-
runs-on: ubuntu-latest
171-
steps:
172-
- name: Checkout repository
173-
uses: actions/checkout@v3
174-
- name: Install Rust
175-
uses: dtolnay/rust-toolchain@master
176-
with:
177-
toolchain: nightly
178-
components: rust-src
179-
- run: cargo build -Z build-std=core --target=src/tests/x86_64-soft_float.json --verbose --no-default-features
180-
181165
# This job runs a stripped down version of CI to test the MSRV. The specific
182166
# reason for doing this is that dev-dependencies tend to evolve more quickly.
183167
# There isn't as tight of a control on them because, well, they're only used

0 commit comments

Comments
 (0)