Skip to content

Commit 5a9e1db

Browse files
committed
ci: Skip hexagon-unknown-linux-musl
This hits an error about a duplicate fma symbol while building std.
1 parent 0399c4e commit 5a9e1db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/verify-build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ def __post_init__(self):
147147
Target("armv7-wrs-vxworks-eabihf", dist=False),
148148
Target("armv7r-none-eabihf", dist=False),
149149
Target("armv7s-apple-ios", dist=False),
150-
Target("hexagon-unknown-linux-musl", dist=False),
150+
# FIXME(hexagon): hits "error: symbol 'fma' is already defined" error
151+
# Target("hexagon-unknown-linux-musl", dist=False),
151152
Target("i386-apple-ios", dist=False),
152153
Target("i686-apple-darwin", dist=False),
153154
Target("i686-unknown-haiku", dist=False),

0 commit comments

Comments
 (0)