Fix build error on aarch64_be linux#539
Merged
Amanieu merged 1 commit intorust-lang:masterfrom Jul 17, 2023
Merged
Conversation
Member
Author
|
It seems CI failure is unrelated as it also occurs in the master branch: https://github.com/rust-lang/compiler-builtins/actions/runs/5484238227 |
taiki-e
added a commit
to taiki-e/setup-cross-toolchain-action
that referenced
this pull request
Jul 8, 2023
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 ```
taiki-e
added a commit
to taiki-e/atomic-maybe-uninit
that referenced
this pull request
Jul 8, 2023
However, aarch64_be is still broken due to compiler-builtins bug: rust-lang/compiler-builtins#539
taiki-e
added a commit
to taiki-e/portable-atomic
that referenced
this pull request
Jul 8, 2023
However, aarch64_be linux is still broken due to compiler-builtins bug: rust-lang/compiler-builtins#539
tgross35
pushed a commit
that referenced
this pull request
Jan 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I tried to re-enable the test for aarch64_be-unknown-linux-gnu in my project as a fix for the core_simd bug was released, but ran into the following error.
(full log)