scripts: Fix feature build for aarch64 and mshv builds
These were erroneously skipping features for the unit tests and the "build" target for dev_cli.sh Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
6eb47bdb03
commit
fa7487629f
2 changed files with 4 additions and 6 deletions
|
|
@ -270,8 +270,6 @@ cmd_build() {
|
|||
cargo_args=("$@")
|
||||
[ $build = "release" ] && cargo_args+=("--release")
|
||||
cargo_args+=(--target "$target")
|
||||
[ "$(uname -m)" = "aarch64" ] && cargo_args+=("--no-default-features")
|
||||
[ "$(uname -m)" = "aarch64" ] && cargo_args+=(--features "$hypervisor")
|
||||
|
||||
rustflags=""
|
||||
target_cc=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue