Skip to content

Commit

Permalink
Revert "ci: Pin nightly toolchain for aarch64_be test"
Browse files Browse the repository at this point in the history
This reverts commit 4d41b7d.
  • Loading branch information
taiki-e committed Mar 27, 2024
1 parent 27aab5f commit 30918e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- rust: nightly
target: aarch64-unknown-linux-gnu
flags: -Z codegen-backend=cranelift
- rust: nightly-2024-02-05 # TODO: core_simd bug https://github.com/rust-lang/portable-simd/pull/396
- rust: nightly
target: aarch64_be-unknown-linux-gnu
- rust: stable
target: aarch64-unknown-linux-musl
Expand Down
11 changes: 3 additions & 8 deletions tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,12 @@ default_targets=(
# aarch64 with FEAT_LSE & FEAT_LSE2
aarch64-apple-darwin
# aarch64 big endian
# TODO: core_simd bug https://github.com/rust-lang/portable-simd/pull/396
# aarch64_be-unknown-linux-gnu
# TODO: core_simd bug https://github.com/rust-lang/portable-simd/pull/396
# aarch64_be-unknown-netbsd
aarch64_be-unknown-linux-gnu
aarch64_be-unknown-netbsd
# aarch64 ILP32 ABI
aarch64-unknown-linux-gnu_ilp32
# aarch64 ILP32 ABI big endian
# TODO: core_simd bug https://github.com/rust-lang/portable-simd/pull/396
# aarch64_be-unknown-linux-gnu_ilp32
aarch64_be-unknown-linux-gnu_ilp32

# pre-v6 arm linux-like
armv4t-unknown-linux-gnueabi
Expand Down Expand Up @@ -393,8 +390,6 @@ build() {
case "${target}" in
# TODO: LLVM bug: https://github.com/rust-lang/rust/issues/89498
m68k-unknown-linux-gnu) return 0 ;;
# TODO: core_simd bug https://github.com/rust-lang/portable-simd/pull/396
aarch64_be-*) return 0 ;;
esac
RUSTFLAGS="${target_rustflags}" \
x_cargo "${args[@]}" --manifest-path Cargo.toml "$@"
Expand Down

0 comments on commit 30918e8

Please sign in to comment.