Skip to content

Commit

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

# pre-v6 arm linux-like
armv4t-unknown-linux-gnueabi
Expand Down

0 comments on commit c9ba0f8

Please sign in to comment.