about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2023-12-28 12:43:37 +0100
committerJakub Beránek <berykubik@gmail.com>2023-12-28 16:08:39 +0100
commit8763f7ae7d43e3c8d5b719cc0fd35296863f343f (patch)
tree5c3171eb4f0eb10168e64a418d1f7da0d840e70e
parent23994e1d760e0c163ead0821262bd40ff90eb24a (diff)
downloadrust-8763f7ae7d43e3c8d5b719cc0fd35296863f343f.tar.gz
rust-8763f7ae7d43e3c8d5b719cc0fd35296863f343f.zip
Remove `--enable-missing-tools` from `configure.py`
-rwxr-xr-xsrc/bootstrap/configure.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py
index 544a42d9ada..d34c19a47e3 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -55,7 +55,6 @@ o("profiler", "build.profiler", "build the profiler runtime")
 o("full-tools", None, "enable all tools")
 o("lld", "rust.lld", "build lld")
 o("clang", "llvm.clang", "build clang")
-o("missing-tools", "dist.missing-tools", "allow failures when building tools")
 o("use-libcxx", "llvm.use-libcxx", "build LLVM with libc++")
 o("control-flow-guard", "rust.control-flow-guard", "Enable Control Flow Guard")
 o("patch-binaries-for-nix", "build.patch-binaries-for-nix", "whether patch binaries for usage with Nix toolchains")