1
Fork 0

Fix conditions to allow missing tools in CI

This commit is contained in:
Christian Poveda 2018-09-30 12:14:27 -05:00
parent 0724ed68bb
commit 276557504d
4 changed files with 8 additions and 2 deletions

View file

@ -69,7 +69,7 @@ o("profiler", "build.profiler", "build the profiler runtime")
o("emscripten", None, "compile the emscripten backend as well as LLVM")
o("full-tools", None, "enable all tools")
o("lldb", "rust.lldb", "build lldb")
o("enable-missing-tools", "build.missing-tools", "allow failures when building tools")
o("missing-tools", "dist.missing-tools", "allow failures when building tools")
# Optimization and debugging options. These may be overridden by the release
# channel, etc.