Skip to content
Snippets Groups Projects
Unverified Commit 04155d9c authored by Jeremy Soller's avatar Jeremy Soller
Browse files

rust: no longer builds rustdoc

parent e97f05b0
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment