Skip to content

Commit

Permalink
Temporarily disable armeb build due to core_simd bug
Browse files Browse the repository at this point in the history
See the above commit for details.
  • Loading branch information
taiki-e committed May 13, 2023
1 parent 18f176f commit 67d1729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ build() {
m68k-unknown-linux-gnu) return 0 ;;
# TODO: rustc bug: will be fixed by https://github.com/rust-lang/rust/pull/103503
x86_64-apple-tvos) return 0 ;;
# TODO: core_simd bug https://github.com/rust-lang/portable-simd/pull/348
armeb* | aarch64_be*) return 0 ;;
esac
RUSTFLAGS="${target_rustflags}" \
x_cargo "${args[@]}" --manifest-path Cargo.toml "$@"
Expand Down

0 comments on commit 67d1729

Please sign in to comment.