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
After including the debug variant in the opte package we've learned that opteadm compiled in debug mode includes a dependency on libm.so.2, leading to oxidecomputer/helios-omicron-brand#13. This is not present in the release variant of opteadm.
I did some digging and this behaviour is present from c0564a0 onwards. Specifically, calling cargo update from its predecessor (258a8b5) is sufficient. The only individual crate I've found with this dependency is num_enum_derive (the release-built crate has the same dependency):
After including the debug variant in the opte package we've learned that opteadm compiled in debug mode includes a dependency on
libm.so.2
, leading to oxidecomputer/helios-omicron-brand#13. This is not present in the release variant of opteadm.I did some digging and this behaviour is present from c0564a0 onwards. Specifically, calling
cargo update
from its predecessor (258a8b5) is sufficient. The only individual crate I've found with this dependency isnum_enum_derive
(the release-built crate has the same dependency):This is currently used by:
The text was updated successfully, but these errors were encountered: