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
Right now, Servo is attempting to build Rust on Travis CI with a prebuilt LLVM. However, there's no configure flag to prevent Rust from still spending a huge amount of time doing git stuff with the LLVM module, as --disable-manage-submodules also prevents it from managing the others.
It would be great if, when you pass a --llvm-root, the configure script doesn't update the LLVM submodule.