Skip to content

Fix Android CI #354

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Fix Android CI #354

wants to merge 20 commits into from

Conversation

workingjubilee
Copy link
Member

This is modeled on rust-lang/backtrace-rs@caf2f0b

@workingjubilee
Copy link
Member Author

Running /Users/runner/.rustup/toolchains/nightly-2023-06-14-x86_64-apple-darwin/bin/rustc --crate-name endianness --edition=2018 tests/endianness.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C split-debuginfo=unpacked --test --cfg 'feature="default"' -C metadata=fc96fdfc85d447f9 -C extra-filename=-fc96fdfc85d447f9 --out-dir /Users/runner/work/packed_simd/packed_simd/target/aarch64-apple-ios/debug/deps --target aarch64-apple-ios -L dependency=/Users/runner/work/packed_simd/packed_simd/target/aarch64-apple-ios/debug/deps -L dependency=/Users/runner/work/packed_simd/packed_simd/target/debug/deps --extern arrayvec=/Users/runner/work/packed_simd/packed_simd/target/aarch64-apple-ios/debug/deps/libarrayvec-5d78ab37699a4107.rlib --extern cfg_if=/Users/runner/work/packed_simd/packed_simd/target/aarch64-apple-ios/debug/deps/libcfg_if-949c7819abcb1524.rlib --extern libm=/Users/runner/work/packed_simd/packed_simd/target/aarch64-apple-ios/debug/deps/liblibm-93282af3f2486d75.rlib --extern packed_simd=/Users/runner/work/packed_simd/packed_simd/target/aarch64-apple-ios/debug/deps/libpacked_simd-21f1cb773d34fb15.rlib --extern paste=/Users/runner/work/packed_simd/packed_simd/target/aarch64-apple-ios/debug/deps/libpaste-3a6a09b9be09c745.rlib -Ctarget-feature=+neon --cfg test_v16 --cfg test_v32 --cfg test_v64
warning: packed_simd (lib test) generated 36 warnings (run cargo fix --lib -p packed_simd --tests to apply 36 suggestions)
Finished test [unoptimized + debuginfo] target(s) in 40.75s
Running /Users/runner/work/packed_simd/packed_simd/target/aarch64-apple-ios/debug/deps/packed_simd-9cebc6f7e1bf0025 --quiet
error: test failed, to rerun pass --lib

Caused by:
could not execute process /Users/runner/work/packed_simd/packed_simd/target/aarch64-apple-ios/debug/deps/packed_simd-9cebc6f7e1bf0025 --quiet (never executed)

Caused by:
Bad CPU type in executable (os error 86)

...what.

Attempt to combat the slowness of emulators
for this particular platform, which are oddly
even slower than I expect in general.

It probably doesn't help that they run all tests
except for the handful of x86-specific ones.
This reverts commit eaf7dbc.

It turns out this is where armv7 support ends!
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant