mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
scripts: Remove stripping from testing scripts
The binary stripping is now done by the toolchain for release builds. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -47,7 +47,6 @@ dmsetup mknodes
|
||||
export RUST_BACKTRACE=1
|
||||
|
||||
cargo build --all --release $features --target $BUILD_TARGET
|
||||
strip target/$BUILD_TARGET/release/cloud-hypervisor
|
||||
|
||||
# Only run with 1 thread to avoid tests interfering with one another because
|
||||
# Windows has a static IP configured
|
||||
|
||||
Reference in New Issue
Block a user