Skip to content

Commit

Permalink
Revert "ci: Temporarily disable hexagon-unknown-none-elf build"
Browse files Browse the repository at this point in the history
This reverts commit a7f14e1.
  • Loading branch information
taiki-e committed Sep 13, 2024
1 parent 79adf66 commit f80a057
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,6 @@ 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 f80a057

Please sign in to comment.