Skip to content

Commit

Permalink
Reapply "ci: Temporarily disable hexagon-unknown-none-elf build"
Browse files Browse the repository at this point in the history
This reverts commit f80a057.

It now fails again with the same error.
  • Loading branch information
taiki-e committed Sep 21, 2024
1 parent fd53b70 commit be15ef2
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 @@ -375,6 +375,8 @@ build() {
case "${target}" in
# TODO: LLVM bug: https://github.com/rust-lang/rust/issues/89498
m68k-unknown-linux-gnu) return 0 ;;
# TODO: "error: symbol 'f{ma,max}' is already defined" due to https://github.com/rust-lang/compiler-builtins/pull/577
hexagon-unknown-none-elf) return 0 ;;
esac
RUSTFLAGS="${target_rustflags}" \
x_cargo "${args[@]}" --manifest-path Cargo.toml "$@"
Expand Down

0 comments on commit be15ef2

Please sign in to comment.