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:
parent
1ff0191b30
commit
8724ac1fe6
9 changed files with 0 additions and 21 deletions
|
|
@ -44,8 +44,6 @@ CFLAGS="-I /usr/include/x86_64-linux-musl/ -idirafter /usr/include/"
|
|||
fi
|
||||
|
||||
cargo build --all --release $features --target $BUILD_TARGET
|
||||
strip target/$BUILD_TARGET/release/cloud-hypervisor
|
||||
strip target/$BUILD_TARGET/release/ch-remote
|
||||
|
||||
# We always copy a fresh version of our binary for our L2 guest.
|
||||
cp target/$BUILD_TARGET/release/cloud-hypervisor $VFIO_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue