Skip to content

Commit

Permalink
ci: Temporarily disable hexagon-unknown-none-elf build
Browse files Browse the repository at this point in the history
```
  error: symbol 'fma' is already defined

  error: symbol 'fmax' is already defined
```
  • Loading branch information
taiki-e committed Apr 17, 2024
1 parent 43475a4 commit a9be40b
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 @@ -384,6 +384,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
hexagon-unknown-none-elf) return 0 ;;
esac
RUSTFLAGS="${target_rustflags}" \
x_cargo "${args[@]}" --manifest-path Cargo.toml "$@"
Expand Down

0 comments on commit a9be40b

Please sign in to comment.