build libstd with minimal features
This commit is contained in:
parent
fe1769566b
commit
e12d4bc70c
@ -155,6 +155,9 @@ fn setup(ask_user: bool) {
|
||||
File::create(dir.join("Xargo.toml")).unwrap()
|
||||
.write_all(br#"
|
||||
[dependencies.std]
|
||||
default_features = false
|
||||
# We need the `panic_unwind` feature because we use the `unwind` panic strategy.
|
||||
# Using `abort` works for libstd, but then libtest will not compile.
|
||||
features = ["panic_unwind"]
|
||||
|
||||
[dependencies.test]
|
||||
|
Loading…
x
Reference in New Issue
Block a user