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
GH-47015: [CI][C++] Use mold on conda-cpp to work around issues with GNU ld (#47028)
### Rationale for this change
A particular combination of `gcc`, GNU `ld` and specific compiler flags leads to crashes when calling `std::call_once` in some compilation units:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60662
The problem disappears when using another linker such `ld.gold` (which has been removed from GNU binutils) and `mold`.
### What changes are included in this PR?
Use `mold` on conda-based C++ builds.
### Are these changes tested?
By existing CI jobs.
### Are there any user-facing changes?
No.
* GitHub Issue: #47015
Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
0 commit comments