cloud-hypervisor/scripts
Rob Bradford 6fde2d18a6 build: Strip the binaries before using/releasing them
Stripping the release build for glibc shrinks the size considerably:

$ du -h target/release/cloud-hypervisor
8.5M    target/release/cloud-hypervisor
$ strip target/release/cloud-hypervisor
$ du -h target/release/cloud-hypervisor
5.2M    target/release/cloud-hypervisor

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-05-07 12:31:01 +01:00
..
create-cloud-init.sh scripts: Add Ubuntu cloud-init data 2019-07-30 14:26:26 +02:00
dev_cli.sh Jenkins: Run musl unit and integration tests on master branch 2020-04-29 17:57:01 +01:00
run_cargo_tests.sh scripts: Check the Rust formatting is valid 2020-02-04 16:47:05 +01:00
run_integration_tests.sh build: Strip the binaries before using/releasing them 2020-05-07 12:31:01 +01:00
run_openapi_tests.sh ci: Add OpenAPI validation 2019-12-11 12:53:31 +00:00
run_unit_tests.sh ci: Pass target triple to the test scripts 2020-04-29 17:57:01 +01:00
sha1sums tests: Migrate from Ubuntu Eoan to Focal 2020-04-23 13:01:02 +02:00