From 04155d9cb8b4ff257e4f0934d96be4663a2e874d Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 11 Feb 2023 20:01:57 -0700
Subject: [PATCH] rust: no longer builds rustdoc

---
 recipes/rust/recipe.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh
index 3be9c9801..8a2f022be 100644
--- a/recipes/rust/recipe.sh
+++ b/recipes/rust/recipe.sh
@@ -23,6 +23,7 @@ function recipe_clean {
 function recipe_stage {
     rsync -av --delete "install/" "$1/"
     # Cannot use STRIP because it is unset in recipe_build
-    "${HOST}-strip" -v "$1/bin/"{rustc,rustdoc}
+    #TODO: rustdoc
+    "${HOST}-strip" -v "$1/bin/rustc"
     skip=1
 }
-- 
GitLab