rustbuild: Fix stage1 rustdoc
Just always build stage1 rustdoc, it's really not that much more to build as it's essentially just one library.
This commit is contained in:
@@ -25,7 +25,7 @@ debug-assertions = false
|
||||
[dependencies]
|
||||
rustc_back = { path = "../librustc_back" }
|
||||
rustc_driver = { path = "../librustc_driver" }
|
||||
rustdoc = { path = "../librustdoc", optional = true }
|
||||
rustdoc = { path = "../librustdoc" }
|
||||
|
||||
[features]
|
||||
jemalloc = ["rustc_back/jemalloc"]
|
||||
|
||||
Reference in New Issue
Block a user