Fix conditions to allow missing tools in CI
This commit is contained in:
parent
0724ed68bb
commit
276557504d
4 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue