Skip to content

Commit 14e2f56

Browse files
committed
Revert "ci: Skip hexagon-unknown-linux-musl"
compiler-builtins has been fixed such that this is no longer needed. This reverts commit 5a9e1db. Link: rust-lang/compiler-builtins#1066 (backport <#4971>) (cherry picked from commit e79f46e)
1 parent b7807c3 commit 14e2f56

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci/verify-build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ class TargetResult:
159159
Target("armv7-wrs-vxworks-eabihf", dist=False),
160160
Target("armv7r-none-eabihf", dist=False),
161161
Target("armv7s-apple-ios", dist=False),
162-
# FIXME(hexagon): hits "error: symbol 'fma' is already defined" error
163-
# Target("hexagon-unknown-linux-musl", dist=False),
162+
Target("hexagon-unknown-linux-musl", dist=False),
164163
Target("i386-apple-ios", dist=False),
165164
Target("i686-apple-darwin", dist=False),
166165
Target("i686-unknown-haiku", dist=False),

0 commit comments

Comments
 (0)