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: enable libc dependency under backend-bitmap feature
When enabling the backend-bitmap feature, vm-memory tries to use libc to
determine host page size, however if no other feature that depends on
libc is enabled, this will result in a compilation error
Fixes: 0b7a437 ("make Read/WriteVolatile implementations optional")
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments