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.
The text was updated successfully, but these errors were encountered:
larsbergstrom
changed the title
Configure script to disable managing just the LLVM submodule
Configure script change to disable managing just the LLVM submodule
Jun 11, 2014
…r=Veykril
fix: Force disable augmentsSyntaxTokens capability on VSCode
The default textmate grammar for rust in VSCode is pretty brittle, quite often coloring things very differently than we'd like to so we force full semantic highlighting by disabling that config.
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.
The text was updated successfully, but these errors were encountered: