You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable hexagon-unknown-linux-musl testing for now
`compiler-builtins` seems to be providing duplicate symbols on Hexagon.
This may be because some symbols have always been defined in assembly,
but are now also provided by the weak math symbols.
The fix for this is probably to not provide any math symbols on Hexagon
that would duplicate the assembly version. However, to avoid going
through another nightly release cycle, disable it temporarially instead.
Link: #3797 (comment)
0 commit comments