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
Fix printing of the profile in version string (xiph#2336)
Needed to use the compile time value of the PROFILE var.
Trying to use the runtime value would cause the binary
to fail to run when not run through cargo.
Updates the binary tests to remove environment variables
set via cargo, so this sort of issue will be caught in the future.
0 commit comments