You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2022. It is now read-only.
Is it possible to change the profile that cargo deb uses from release? We build packages in CI as part of some correctness tests and would like to improve their build times by just using the debug build profile.
I attempted to export PROFILE=debug, but cargo deb still seems to build using release.