Skip to content

Commit 49b25ba

Browse files
Require Arm Neon targets to build
1 parent 9dc9fbf commit 49b25ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,6 @@ jobs:
213213
# Is this related to the above? Mysterious test failure
214214
- name: "aarch64-apple-ios + NEON"
215215

216-
# FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/182
217-
- env: TARGET=arm-unknown-linux-gnueabi RUSTFLAGS="-C target-feature=+v7,+neon"
218-
- env: TARGET=arm-unknown-linux-gnueabihf RUSTFLAGS="-C target-feature=+v7,+neon"
219-
- env: TARGET=armv7-unknown-linux-gnueabihf RUSTFLAGS="-C target-feature=+neon"
220-
221216
# FIXME: https://github.com/rust-lang-nursery/packed_simd/issues/183
222217
- env: TARGET=wasm32-unknown-unknown
223218

0 commit comments

Comments
 (0)