We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0399c4e commit 5a9e1dbCopy full SHA for 5a9e1db
ci/verify-build.py
@@ -147,7 +147,8 @@ def __post_init__(self):
147
Target("armv7-wrs-vxworks-eabihf", dist=False),
148
Target("armv7r-none-eabihf", dist=False),
149
Target("armv7s-apple-ios", dist=False),
150
- Target("hexagon-unknown-linux-musl", dist=False),
+ # FIXME(hexagon): hits "error: symbol 'fma' is already defined" error
151
+ # Target("hexagon-unknown-linux-musl", dist=False),
152
Target("i386-apple-ios", dist=False),
153
Target("i686-apple-darwin", dist=False),
154
Target("i686-unknown-haiku", dist=False),
0 commit comments