mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
rust: no longer builds rustdoc
This commit is contained in:
parent
e97f05b035
commit
04155d9cb8
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user