Uh oh!
There was an error while loading. Please reload this page.
Build LLVM with -static-libstdc++ on dist builds - #57429
Conversation
rust-highfive
commented
Jan 7, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Jan 7, 2019
@bors r+ p=1 (unbreaks nightly for some distros) |
bors
commented
Jan 7, 2019
📌 Commit 444bc74 has been approved by |
bors
commented
Jan 7, 2019
Build LLVM with -static-libstdc++ on dist builds This commit is intended on fixing a regression from #57286 where the distributed LLVM shared library unfortunately depends on a dynamic copy of libstdc++, meaning we're no longer as binary compatible as we thought! This tweaks the build of LLVM as out distribution is slightly different now, and is hoped to fix the issue. Closes#57426
bors
commented
Jan 7, 2019
💔 Test failed - status-travis |
rust-highfive
commented
Jan 7, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
This commit is intended on fixing a regression from rust-lang#57286 where the distributed LLVM shared library unfortunately depends on a dynamic copy of libstdc++, meaning we're no longer as binary compatible as we thought! This tweaks the build of LLVM as out distribution is slightly different now, and is hoped to fix the issue. Closesrust-lang#57426
alexcrichton
commented
Jan 8, 2019
@bors: r=Mark-Simulacrum |
bors
commented
Jan 8, 2019
📌 Commit d585553 has been approved by |
bors
commented
Jan 8, 2019
⌛ Testing commit d585553 with merge b221347a94ca53788edded0f2db902bd1d7c3d81... |
bors
commented
Jan 8, 2019
💔 Test failed - status-travis |
rust-highfive
commented
Jan 8, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
kennytm
commented
Jan 8, 2019
@bors retry 3 hour timeout, probably due to cache invalidation. |
bors
commented
Jan 8, 2019
Build LLVM with -static-libstdc++ on dist builds This commit is intended on fixing a regression from #57286 where the distributed LLVM shared library unfortunately depends on a dynamic copy of libstdc++, meaning we're no longer as binary compatible as we thought! This tweaks the build of LLVM as out distribution is slightly different now, and is hoped to fix the issue. Closes#57426
bors
commented
Jan 8, 2019
☀️ Test successful - status-appveyor, status-travis |
This commit is intended on fixing a regression from #57286 where the
distributed LLVM shared library unfortunately depends on a dynamic copy
of libstdc++, meaning we're no longer as binary compatible as we
thought! This tweaks the build of LLVM as out distribution is slightly
different now, and is hoped to fix the issue.
Closes#57426