Skip to content

Commit 411c544

Browse files
committed
ci: Temporarily disable build on hexagon
``` error: symbol 'fma' is already defined ```
1 parent 813bf8f commit 411c544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ build() {
305305
amdgcn*) return 0 ;;
306306
# assembly error in compiler_builtins
307307
*-cygwin*) return 0 ;;
308+
# error: symbol 'fma' is already defined
309+
hexagon*) return 0 ;;
308310
esac
309311
args+=(-Z build-std="core")
310312
elif is_no_std "${target}"; then

0 commit comments

Comments
 (0)