Skip to content

Commit cc93344

Browse files
committed
Temporarily disable aarch64_be test
rust-lang/compiler-builtins#539 ``` error: couldn't read /home/runner/work/setup-cross-toolchain-action/setup-cross-toolchain-action/rust-cross-toolchain/target/aarch64_be-unknown-linux-gnu/debug/build/compiler_builtins-3cff6482b464b138/out/outlined_atomics.rs: No such file or directory (os error 2) --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.95/src/aarch64_linux.rs:270:1 | 270 | include!(concat!(env!("OUT_DIR"), "/outlined_atomics.rs")); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this error originates in the macro `include` (in Nightly builds, run with -Z macro-backtrace for more info) error: could not compile `compiler_builtins` (lib) due to previous error ```
1 parent 640eb43 commit cc93344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
# rustc --print target-list | grep -e '-linux-gnu'
4949
- aarch64-unknown-linux-gnu
5050
# - aarch64-unknown-linux-gnu_ilp32 # tier3
51-
- aarch64_be-unknown-linux-gnu # tier3
51+
# TODO: compiler-builtins bug https://github.com/rust-lang/compiler-builtins/pull/539
52+
# - aarch64_be-unknown-linux-gnu # tier3
5253
# - aarch64_be-unknown-linux-gnu_ilp32 # tier3
5354
- arm-unknown-linux-gnueabi
5455
# - arm-unknown-linux-gnueabihf # supported in rust-cross-toolchain but not ported to this action

0 commit comments

Comments
 (0)