Uh oh!
There was an error while loading. Please reload this page.
build: use libc++ with clang on Travis - #23791
Conversation
richardlau
commented
Oct 21, 2018
Did not appear to work 😞 |
richardlau
commented
Oct 21, 2018
Trying more things. |
refack
commented
Oct 21, 2018
Did you try upgrading stdlibc++ to 4.9? |
richardlau
commented
Oct 21, 2018
refack
commented
Oct 21, 2018
From #23778 (comment) it seems that it does use clang, only it links against the GCC libstdc++-4.8, which has a bug. |
refack
commented
Oct 21, 2018
There's |
refack
commented
Oct 21, 2018
It works! |
richardlau
commented
Oct 21, 2018
😮. Going to sleep now, but next steps will be to see if all the environment variable changes were necessary. Maybe also |
richardlau
commented
Oct 23, 2018
This PR allows Travis to build with |

Testing alternative fix for #23778.
Checklist