Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): strip debug information before a testrun
Before df112e3 the tests compiled Firecracked and stripped the debuginfo. When we moved to running release.sh the behavior changed since we only strip when making a release. Solve it by always stripping symbols when building Firecracker in --release profile. Some care was taken so it is safe to re-run, so we don't lose the debug symbols if the original binary has not changed. Fixes: df112e3 Signed-off-by: Pablo Barbáchano <[email protected]>
- Loading branch information