Open
Description
See the discussion at #892
This does require
- using
RUSTFLAGS="-C debug-assertions -C overflow-checks
"` at the release side. - using the release Dockerfile to build "sudo under test".
Or can we omit the last step and observe that rustc
produces the same binary in both cases?
This wasn't done earlier because the test-framework predates the release build framework.