packed_simd
packed_simd copied to clipboard
Fix Android CI
This is modeled on https://github.com/rust-lang/backtrace-rs/commit/caf2f0b7593ade9e521fdc73f0b26bbb3b437493
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_v64warning:packed_simd(lib test) generated 36 warnings (runcargo fix --lib -p packed_simd --teststo 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 --quieterror: test failed, to rerun pass--libCaused 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.